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

/external/lzma/CPP/Windows/
H A DDLL.cpp57 CSysString GetSysPath(LPCWSTR sysPath) function in namespace:NWindows::NDLL
64 return LoadEx(GetSysPath(fileName), flags);
70 return Load(GetSysPath(fileName));
H A DFileDir.cpp37 static CSysString GetSysPath(LPCWSTR sysPath) function in namespace:NWindows::NFile::NDirectory
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(pat
[all...]

Completed in 179 milliseconds