Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DExtract.h52 UInt64 NumArchives; member
61 NumArchives = UnpackSize = PackSize = NumFolders = NumFiles = 0; in Clear()
DExtract.cpp260 stat.NumArchives = arcPaths.Size(); in DecompressArchives()
/external/lzma/CPP/7zip/UI/Console/
DExtractCallbackConsole.h56 UInt64 NumArchives; variable
65 NumArchives = 0; in Init()
DMain.cpp432 if (ecs->NumArchives > 1) in Main2()
433 stdStream << "Archives: " << ecs->NumArchives << endl; in Main2()
436 if (ecs->NumArchives > 1) in Main2()
DExtractCallbackConsole.cpp162 NumArchives++; in BeforeOpen()