Home
last modified time | relevance | path

Searched refs:tto (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapps.c2643 TCHAR *tfrom = NULL, *tto; in WIN32_rename() local
2649 tto = (TCHAR *)to; in WIN32_rename()
2656 tto = tfrom + flen; in WIN32_rename()
2663 if (!MultiByteToWideChar(CP_ACP, 0, to, tlen, (WCHAR *)tto, tlen)) in WIN32_rename()
2666 tto[i] = (TCHAR)to[i]; in WIN32_rename()
2669 if (MoveFile(tfrom, tto)) in WIN32_rename()
2673 if (DeleteFile(tto) && MoveFile(tfrom, tto)) in WIN32_rename()
/third_party/openssl/apps/lib/
H A Dapps.c2636 TCHAR *tfrom = NULL, *tto; in WIN32_rename() local
2642 tto = (TCHAR *)to; in WIN32_rename()
2649 tto = tfrom + flen; in WIN32_rename()
2656 if (!MultiByteToWideChar(CP_ACP, 0, to, tlen, (WCHAR *)tto, tlen)) in WIN32_rename()
2659 tto[i] = (TCHAR)to[i]; in WIN32_rename()
2662 if (MoveFile(tfrom, tto)) in WIN32_rename()
2666 if (DeleteFile(tto) && MoveFile(tfrom, tto)) in WIN32_rename()

Completed in 10 milliseconds