Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Console/
DExtractCallbackConsole.h127 UInt64 NumFileErrors; variable
159 NumFileErrors = 0; in Init()
DMain.cpp997 if (ecs->NumArcsWithError != 0 || ecs->NumFileErrors != 0) in Main2()
1002 if (ecs->NumFileErrors != 0) in Main2()
1003 *so << "Sub items Errors: " << ecs->NumFileErrors << endl; in Main2()
DExtractCallbackConsole.cpp385 NumFileErrors++; in MessageError()
459 NumFileErrors++; in SetOperationResult()
/external/lzma/CPP/7zip/Bundles/SFXCon/
DSfxCon.cpp440 if (ecs->NumArcsWithError != 0 || ecs->NumFileErrors != 0) in Main2()
444 if (ecs->NumFileErrors != 0) in Main2()
445 (*g_StdStream) << endl << "Sub items Errors: " << ecs->NumFileErrors << endl; in Main2()