Searched refs:tto (Results 1 – 1 of 1) sorted by relevance
2706 TCHAR *tfrom = NULL, *tto; in WIN32_rename() local2712 tto = (TCHAR *)to; in WIN32_rename()2719 tto = tfrom + flen; in WIN32_rename()2726 if (!MultiByteToWideChar(CP_ACP, 0, to, tlen, (WCHAR *)tto, tlen)) in WIN32_rename()2729 tto[i] = (TCHAR)to[i]; in WIN32_rename()2732 if (MoveFile(tfrom, tto)) in WIN32_rename()2736 if (DeleteFile(tto) && MoveFile(tfrom, tto)) in WIN32_rename()
Completed in 13 milliseconds