Home
last modified time | relevance | path

Searched refs:GetSysPath (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/Windows/
DFileDir.cpp37 static CSysString GetSysPath(LPCWSTR sysPath) in GetSysPath() function
175 return MySetFileAttributes(GetSysPath(fileName), fileAttributes); in MySetFileAttributes()
190 return MyRemoveDirectory(GetSysPath(pathName)); in MyRemoveDirectory()
204 return MyMoveFile(GetSysPath(existFileName), GetSysPath(newFileName)); in MyMoveFile()
235 return MyCreateDirectory(GetSysPath(pathName)); in MyCreateDirectory()
389 return DeleteFileAlways(GetSysPath(name)); in DeleteFileAlways()
589 if (!MyGetFullPathName(GetSysPath(fileName), sysPath, fileNamePartStartIndex)) in MyGetFullPathName()
649 return MySetCurrentDirectory(GetSysPath(path)); in MySetCurrentDirectory()
695 path != 0 ? (LPCTSTR)GetSysPath(path): 0, in MySearchPath()
696 fileName != 0 ? (LPCTSTR)GetSysPath(fileName): 0, in MySearchPath()
[all …]
DDLL.cpp57 CSysString GetSysPath(LPCWSTR sysPath) in GetSysPath() function
64 return LoadEx(GetSysPath(fileName), flags); in LoadEx()
70 return Load(GetSysPath(fileName)); in Load()