Lines Matching refs:WCHAR
102 WCHAR messageW[256 + 4]; in PrintErrorMessage()
114 static WRes MyCreateDir(const WCHAR *name) in MyCreateDir()
163 static Bool DoesFileOrDirExist(const WCHAR *path) in DoesFileOrDirExist()
174 static WRes RemoveDirWithSubItems(WCHAR *path) in RemoveDirWithSubItems()
241 WCHAR sfxPath[MAX_PATH + 2]; in main()
242 WCHAR path[MAX_PATH * 3 + 2]; in main()
244 WCHAR workCurDir[MAX_PATH + 32]; in main()
395 WCHAR *temp; in main()
439 const WCHAR *name = temp + nameStartPos; in main()
511 WCHAR *temp = path + pathLen; in main()
530 WCHAR oldCurDir[MAX_PATH + 2]; in main()
569 WCHAR cmdLine[MAX_PATH * 3]; in main()