Home
last modified time | relevance | path

Searched refs:NumArchiveErrors (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/UI/Console/
DExtractCallbackConsole.h57 UInt64 NumArchiveErrors; variable
66 NumArchiveErrors = 0; in Init()
DExtractCallbackConsole.cpp188 NumArchiveErrors++; in OpenResult()
208 NumArchiveErrors++; in ExtractResult()
214 NumArchiveErrors++; in ExtractResult()
DMain.cpp434 if (ecs->NumArchiveErrors != 0 || ecs->NumFileErrors != 0) in Main2()
439 if (ecs->NumArchiveErrors != 0) in Main2()
440 stdStream << "Archive Errors: " << ecs->NumArchiveErrors << endl; in Main2()