Home
last modified time | relevance | path

Searched refs:tchar_newpath (Results 1 – 1 of 1) sorted by relevance

/curl/lib/
H A Drename.c50 TCHAR *tchar_newpath = curlx_convert_UTF8_to_tchar((char *)newpath); in Curl_rename() local
53 if(MoveFileEx(tchar_oldpath, tchar_newpath, MOVEFILE_REPLACE_EXISTING)) { in Curl_rename()
55 curlx_unicodefree(tchar_newpath); in Curl_rename()
61 curlx_unicodefree(tchar_newpath); in Curl_rename()

Completed in 3 milliseconds