OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sysPath
(Results
1 - 3
of
3
) 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
655
const char*
sysPath
= getenv("PATH");
675
if (
sysPath
== NULL ||
sysPath
[0] == '\0') {
685
p =
sysPath
;
Completed in 197 milliseconds