Home
last modified time | relevance | path

Searched refs:MyGetFullPathName (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/Windows/
DFileDir.h47 bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath);
48 bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath, int &fileNamePartStartIndex);
52 bool MyGetFullPathName(LPCTSTR fileName, CSysString &resultPath, int &fileNamePartStartIndex);
53 bool MyGetFullPathName(LPCTSTR fileName, CSysString &resultPath);
55 bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath,
57 bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath);
DFileDir.cpp451 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
[all …]
/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp476 NFile::NDirectory::MyGetFullPathName(filePath, fullName, fileNamePartStartIndex); in SetCallback()
498 if (!NFile::NDirectory::MyGetFullPathName(filePath, fullName, fileNamePartStartIndex)) in Open2()
DUpdate.cpp394 if (!NFile::NDirectory::MyGetFullPathName(archivePath.GetFinalPath(), resultPath, pos)) in Compress()
889 if (!NFile::NDirectory::MyGetFullPathName(ap.GetFinalPath(), arcPath)) in UpdateArchive()
DArchiveCommandLine.cpp800 NFile::NDirectory::MyGetFullPathName(paths[i], fullPath); in EnumerateDirItemsAndSort()