Home
last modified time | relevance | path

Searched refs:NumArcsWithError (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/UI/Console/
DExtractCallbackConsole.h71 UInt64 NumArcsWithError; variable
88 NumArcsWithError = 0; in Init()
DExtractCallbackConsole.cpp344 NumArcsWithError++; in ExtractResult()
351 NumArcsWithError++; in ExtractResult()
DMain.cpp728 if (ecs->NumArcsWithError != 0) in Main2()
731 stdStream << "Archives with Errors: " << ecs->NumArcsWithError << endl; in Main2()
754 if (ecs->NumArcsWithError != 0 || ecs->NumFileErrors != 0) in Main2()
/external/lzma/CPP/7zip/Bundles/SFXCon/
DSfxCon.cpp415 if (ecs->NumArcsWithError != 0 || ecs->NumFileErrors != 0) in Main2()
417 if (ecs->NumArcsWithError != 0) in Main2()