Searched defs:MyGetFullPathName (Results 1 - 1 of 1) sorted by relevance

/external/lzma/CPP/Windows/
H A DFileDir.cpp451 if (!MyGetFullPathName(fileName, resultName, index))
460 if (!MyGetFullPathName(fileName, resultName, index))
467 bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath) function in namespace:NWindows::NFile::NDirectory
473 bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath, int &fileNamePartStartIndex) function in namespace:NWindows::NFile::NDirectory
523 bool MyGetFullPathName(LPCTSTR fileName, CSysString &resultPath, int &fileNamePartStartIndex) function in namespace:NWindows::NFile::NDirectory
556 bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath, int &fileNamePartStartIndex) function in namespace:NWindows::NFile::NDirectory
589 if (!MyGetFullPathName(GetSysPath(fileName), sysPath, fileNamePartStartIndex))
601 bool MyGetFullPathName(LPCTSTR fileName, CSysString &path) function in namespace:NWindows::NFile::NDirectory
604 return MyGetFullPathName(fileName, path, index);
608 bool MyGetFullPathName(LPCWST function in namespace:NWindows::NFile::NDirectory
[all...]

Completed in 67 milliseconds