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