Searched refs:tchar_oldpath (Results 1 – 1 of 1) sorted by relevance
49 TCHAR *tchar_oldpath = curlx_convert_UTF8_to_tchar((char *)oldpath); in Curl_rename() local53 if(MoveFileEx(tchar_oldpath, tchar_newpath, MOVEFILE_REPLACE_EXISTING)) { in Curl_rename()54 curlx_unicodefree(tchar_oldpath); in Curl_rename()60 curlx_unicodefree(tchar_oldpath); in Curl_rename()
Completed in 4 milliseconds