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.cpp988 if (ecs->NumArcsWithError != 0 || ecs->NumFileErrors != 0) in Main2()
993 if (ecs->NumFileErrors != 0) in Main2()
994 *so << "Sub items Errors: " << ecs->NumFileErrors << endl; in Main2()
DExtractCallbackConsole.cpp338 NumFileErrors++; in MessageError()
414 NumFileErrors++; in SetOperationResult()
/external/lzma/CPP/7zip/Bundles/SFXCon/
DSfxCon.cpp436 if (ecs->NumArcsWithError != 0 || ecs->NumFileErrors != 0) in Main2()
440 if (ecs->NumFileErrors != 0) in Main2()
441 (*g_StdStream) << endl << "Sub items Errors: " << ecs->NumFileErrors << endl; in Main2()