Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Console/
DExtractCallbackConsole.h121 UInt64 NumArcsWithError; variable
153 NumArcsWithError = 0; in Init()
DMain.cpp953 if (ecs->NumArcsWithError != 0) in Main2()
957 *so << "Archives with Errors: " << ecs->NumArcsWithError << endl; in Main2()
988 if (ecs->NumArcsWithError != 0 || ecs->NumFileErrors != 0) in Main2()
DExtractCallbackConsole.cpp734 NumArcsWithError++; in ExtractResult()
747 NumArcsWithError++; in ExtractResult()
/external/lzma/CPP/7zip/Bundles/SFXCon/
DSfxCon.cpp436 if (ecs->NumArcsWithError != 0 || ecs->NumFileErrors != 0) in Main2()
438 if (ecs->NumArcsWithError != 0) in Main2()