HomeSort by relevance Sort by last modified time
    Searched refs:sysPath (Results 1 - 4 of 4) sorted by null

  /external/lzma/CPP/Windows/
FileDir.cpp 35 static UString GetUnicodePath(const CSysString &sysPath)
36 { return MultiByteToUnicodeString(sysPath, GetCurrentCodePage()); }
37 static CSysString GetSysPath(LPCWSTR sysPath)
38 { return UnicodeStringToMultiByte(sysPath, GetCurrentCodePage()); }
68 CSysString sysPath;
69 if (!MyGetWindowsDirectory(sysPath))
71 path = GetUnicodePath(sysPath);
83 CSysString sysPath;
84 if (!MyGetSystemDirectory(sysPath))
86 path = GetUnicodePath(sysPath);
    [all...]
DLL.cpp 57 CSysString GetSysPath(LPCWSTR sysPath)
58 { return UnicodeStringToMultiByte(sysPath, GetCurrentCodePage()); }
  /external/qemu/android/utils/
path.c 639 const char* sysPath = getenv("PATH");
657 if (sysPath == NULL || sysPath[0] == '\0') {
665 p = sysPath;
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-model-builder-3.2.1.jar 

Completed in 968 milliseconds