Home
last modified time | relevance | path

Searched refs:GetItemPath (Results 1 – 6 of 6) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.h31 HRESULT GetItemPath(UInt32 index, UString &result) const;
DOpenArchive.cpp38 HRESULT CArc::GetItemPath(UInt32 index, UString &result) const in GetItemPath() function in CArc
444 RINOK(arc.GetItemPath(mainSubfile, arc2.Path)); in Open()
DExtract.cpp39 RINOK(arc.GetItemPath(i, filePath)); in DecompressArchive()
DArchiveExtractCallback.cpp163 RINOK(_arc->GetItemPath(index, fullPath)); in GetStream()
DUpdate.cpp526 RINOK(arc.GetItemPath(i, ai.Name)); in EnumerateInArchiveItems()
/external/lzma/CPP/7zip/UI/Console/
DList.cpp305 RINOK(arc.GetItemPath(index, s)); in PrintItemInfo()
580 HRESULT res = arc.GetItemPath(i, filePath); in ListArchives()