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

  /external/lzma/CPP/7zip/UI/Common/
Extract.h 52 UInt64 NumArchives;
61 NumArchives = UnpackSize = PackSize = NumFolders = NumFiles = 0;
Extract.cpp 260 stat.NumArchives = arcPaths.Size();
  /external/lzma/CPP/7zip/UI/Console/
ExtractCallbackConsole.h 56 UInt64 NumArchives;
65 NumArchives = 0;
Main.cpp 432 if (ecs->NumArchives > 1)
433 stdStream << "Archives: " << ecs->NumArchives << endl;
436 if (ecs->NumArchives > 1)
ExtractCallbackConsole.cpp 162 NumArchives++;

Completed in 53 milliseconds