Home
last modified time | relevance | path

Searched defs:arcPaths (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/UI/Common/
H A DCompressCall2.cpp156 static HRESULT ExtractGroupCommand(const UStringVector &arcPaths, in ExtractGroupCommand()
226 void ExtractArchives(const UStringVector &arcPaths, const UString &outFolder, in ExtractArchives()
239 void TestArchives(const UStringVector &arcPaths, bool hashMode) in TestArchives()
H A DCompressCall.cpp242 static void ExtractGroupCommand(const UStringVector &arcPaths, UString &params, bool isHash) in ExtractGroupCommand()
255 void ExtractArchives(const UStringVector &arcPaths, const UString &outFolder, bool showDialog, bool… in ExtractArchives()
278 void TestArchives(const UStringVector &arcPaths, bool hashMode) in TestArchives()
H A DExtract.cpp275 UStringVector &arcPaths, UStringVector &arcPathsFull, in Extract()
/aosp_15_r20/external/lzma/CPP/7zip/UI/Console/
H A DList.cpp1079 UStringVector &arcPaths, UStringVector &arcPathsFull, in ListArchives()
/aosp_15_r20/external/lzma/CPP/7zip/UI/GUI/
H A DCompressDialog.cpp1118 UStringVector arcPaths; in OnOK() local