Searched refs:sysPath (Results 1 – 3 of 3) sorted by relevance
35 static UString GetUnicodePath(const CSysString &sysPath) in GetUnicodePath() argument36 { return MultiByteToUnicodeString(sysPath, GetCurrentCodePage()); } in GetUnicodePath()37 static CSysString GetSysPath(LPCWSTR sysPath) in GetSysPath() argument38 { return UnicodeStringToMultiByte(sysPath, GetCurrentCodePage()); } in GetSysPath()68 CSysString sysPath; in MyGetWindowsDirectory() local69 if (!MyGetWindowsDirectory(sysPath)) in MyGetWindowsDirectory()71 path = GetUnicodePath(sysPath); in MyGetWindowsDirectory()83 CSysString sysPath; in MyGetSystemDirectory() local84 if (!MyGetSystemDirectory(sysPath)) in MyGetSystemDirectory()86 path = GetUnicodePath(sysPath); in MyGetSystemDirectory()[all …]
57 CSysString GetSysPath(LPCWSTR sysPath) in GetSysPath() argument58 { return UnicodeStringToMultiByte(sysPath, GetCurrentCodePage()); } in GetSysPath()
639 const char* sysPath = getenv("PATH"); local657 if (sysPath == NULL || sysPath[0] == '\0') {665 p = sysPath;