Lines Matching refs:GetSysPath
37 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()
697 extension != 0 ? (LPCTSTR)GetSysPath(extension): 0, in MySearchPath()
751 dirPath ? (LPCTSTR)GetSysPath(dirPath): 0, in MyGetTempFileName()
752 prefix ? (LPCTSTR)GetSysPath(prefix): 0, in MyGetTempFileName()