Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Console/
DExtractCallbackConsole.h78 UInt64 NumFileErrors; variable
93 NumFileErrors = 0; in Init()
DExtractCallbackConsole.cpp127 NumFileErrors++; in MessageError()
140 NumFileErrors++; in SetOperationResult()
DMain.cpp754 if (ecs->NumArcsWithError != 0 || ecs->NumFileErrors != 0) in Main2()
759 if (ecs->NumFileErrors != 0) in Main2()
760 stdStream << "Sub items Errors: " << ecs->NumFileErrors << endl; in Main2()
/external/lzma/CPP/7zip/Bundles/SFXCon/
DSfxCon.cpp415 if (ecs->NumArcsWithError != 0 || ecs->NumFileErrors != 0) in Main2()
419 if (ecs->NumFileErrors != 0) in Main2()
420 (*g_StdStream) << endl << "Sub items Errors: " << ecs->NumFileErrors << endl; in Main2()