Searched refs:GetSysPath (Results 1 – 2 of 2) sorted by relevance
37 static CSysString GetSysPath(LPCWSTR sysPath) in GetSysPath() function175 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 …]
57 CSysString GetSysPath(LPCWSTR sysPath) in GetSysPath() function64 return LoadEx(GetSysPath(fileName), flags); in LoadEx()70 return Load(GetSysPath(fileName)); in Load()