Home
last modified time | relevance | path

Searched refs:sysPath (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/Windows/
DFileDir.cpp35 static UString GetUnicodePath(const CSysString &sysPath) in GetUnicodePath() argument
36 { return MultiByteToUnicodeString(sysPath, GetCurrentCodePage()); } in GetUnicodePath()
37 static CSysString GetSysPath(LPCWSTR sysPath) in GetSysPath() argument
38 { return UnicodeStringToMultiByte(sysPath, GetCurrentCodePage()); } in GetSysPath()
68 CSysString sysPath; in MyGetWindowsDirectory() local
69 if (!MyGetWindowsDirectory(sysPath)) in MyGetWindowsDirectory()
71 path = GetUnicodePath(sysPath); in MyGetWindowsDirectory()
83 CSysString sysPath; in MyGetSystemDirectory() local
84 if (!MyGetSystemDirectory(sysPath)) in MyGetSystemDirectory()
86 path = GetUnicodePath(sysPath); in MyGetSystemDirectory()
[all …]
DDLL.cpp57 CSysString GetSysPath(LPCWSTR sysPath) in GetSysPath() argument
58 { return UnicodeStringToMultiByte(sysPath, GetCurrentCodePage()); } in GetSysPath()
/external/qemu/android/utils/
Dpath.c639 const char* sysPath = getenv("PATH"); local
657 if (sysPath == NULL || sysPath[0] == '\0') {
665 p = sysPath;