Lines Matching refs:MyGetFullPathName
451 if (!MyGetFullPathName(fileName, resultName, index)) in GetOnlyDirPrefix()
460 if (!MyGetFullPathName(fileName, resultName, index)) in GetOnlyName()
467 bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath) in MyGetFullPathName() function
473 bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath, int &fileNamePartStartIndex) in MyGetFullPathName() function
523 bool MyGetFullPathName(LPCTSTR fileName, CSysString &resultPath, int &fileNamePartStartIndex) in MyGetFullPathName() function
556 bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath, int &fileNamePartStartIndex) in MyGetFullPathName() function
589 if (!MyGetFullPathName(GetSysPath(fileName), sysPath, fileNamePartStartIndex)) in MyGetFullPathName()
601 bool MyGetFullPathName(LPCTSTR fileName, CSysString &path) in MyGetFullPathName() function
604 return MyGetFullPathName(fileName, path, index); in MyGetFullPathName()
608 bool MyGetFullPathName(LPCWSTR fileName, UString &path) in MyGetFullPathName() function
611 return MyGetFullPathName(fileName, path, index); in MyGetFullPathName()
619 if (!MyGetFullPathName(fileName, resultName, index)) in GetOnlyName()
630 if (!MyGetFullPathName(fileName, resultName, index)) in GetOnlyDirPrefix()