Searched refs:MyGetFullPathName (Results 1 – 5 of 5) sorted by relevance
/external/lzma/CPP/Windows/ |
D | FileDir.h | 47 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);
|
D | FileDir.cpp | 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 [all …]
|
/external/lzma/CPP/7zip/UI/Common/ |
D | OpenArchive.cpp | 476 NFile::NDirectory::MyGetFullPathName(filePath, fullName, fileNamePartStartIndex); in SetCallback() 498 if (!NFile::NDirectory::MyGetFullPathName(filePath, fullName, fileNamePartStartIndex)) in Open2()
|
D | Update.cpp | 394 if (!NFile::NDirectory::MyGetFullPathName(archivePath.GetFinalPath(), resultPath, pos)) in Compress() 889 if (!NFile::NDirectory::MyGetFullPathName(ap.GetFinalPath(), arcPath)) in UpdateArchive()
|
D | ArchiveCommandLine.cpp | 800 NFile::NDirectory::MyGetFullPathName(paths[i], fullPath); in EnumerateDirItemsAndSort()
|