HomeSort by relevance Sort by last modified time
    Searched refs:MyGetFullPathName (Results 1 - 5 of 5) sorted by null

  /external/lzma/CPP/Windows/
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);
FileDir.cpp 451 if (!MyGetFullPathName(fileName, resultName, index))
460 if (!MyGetFullPathName(fileName, resultName, index))
467 bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath)
473 bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath, int &fileNamePartStartIndex)
523 bool MyGetFullPathName(LPCTSTR fileName, CSysString &resultPath, int &fileNamePartStartIndex)
556 bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath, int &fileNamePartStartIndex)
589 if (!MyGetFullPathName(GetSysPath(fileName), sysPath, fileNamePartStartIndex))
601 bool MyGetFullPathName(LPCTSTR fileName, CSysString &path)
604 return MyGetFullPathName(fileName, path, index);
608 bool MyGetFullPathName(LPCWSTR fileName, UString &path)
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
OpenArchive.cpp 476 NFile::NDirectory::MyGetFullPathName(filePath, fullName, fileNamePartStartIndex);
498 if (!NFile::NDirectory::MyGetFullPathName(filePath, fullName, fileNamePartStartIndex))
Update.cpp 394 if (!NFile::NDirectory::MyGetFullPathName(archivePath.GetFinalPath(), resultPath, pos))
889 if (!NFile::NDirectory::MyGetFullPathName(ap.GetFinalPath(), arcPath))
ArchiveCommandLine.cpp 800 NFile::NDirectory::MyGetFullPathName(paths[i], fullPath);

Completed in 72 milliseconds