Lines Matching refs:WCHAR
105 WCHAR messageW[256 + 4]; in PrintErrorMessage()
117 static WRes MyCreateDir(const WCHAR *name) in MyCreateDir()
166 static BoolInt DoesFileOrDirExist(const WCHAR *path) in DoesFileOrDirExist()
177 static WRes RemoveDirWithSubItems(WCHAR *path) in RemoveDirWithSubItems()
248 WCHAR sfxPath[MAX_PATH + 2]; in main()
249 WCHAR path[MAX_PATH * 3 + 2]; in main()
251 WCHAR workCurDir[MAX_PATH + 32]; in main()
413 WCHAR *temp; in main()
456 const WCHAR *name = temp + nameStartPos; in main()
528 WCHAR *temp = path + pathLen; in main()
550 WCHAR oldCurDir[MAX_PATH + 2]; in main()
589 WCHAR cmdLine[MAX_PATH * 3]; in main()