OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetSysPath
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/Windows/
DLL.cpp
57
CSysString
GetSysPath
(LPCWSTR sysPath)
64
return LoadEx(
GetSysPath
(fileName), flags);
70
return Load(
GetSysPath
(fileName));
FileDir.cpp
37
static CSysString
GetSysPath
(LPCWSTR sysPath)
175
return MySetFileAttributes(
GetSysPath
(fileName), fileAttributes);
190
return MyRemoveDirectory(
GetSysPath
(pathName));
204
return MyMoveFile(
GetSysPath
(existFileName),
GetSysPath
(newFileName));
235
return MyCreateDirectory(
GetSysPath
(pathName));
389
return DeleteFileAlways(
GetSysPath
(name));
589
if (!MyGetFullPathName(
GetSysPath
(fileName), sysPath, fileNamePartStartIndex))
649
return MySetCurrentDirectory(
GetSysPath
(path));
695
path != 0 ? (LPCTSTR)
GetSysPath
(path): 0,
[
all
...]
Completed in 65 milliseconds