Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Console/
DExtractCallbackConsole.h75 UInt64 NumOpenArcErrors; variable
91 NumOpenArcErrors = 0; in Init()
DExtractCallbackConsole.cpp284 NumOpenArcErrors++; in SetError()
294 NumOpenArcErrors++; in SetError()
DMain.cpp743 if (ecs->NumOpenArcErrors != 0) in Main2()
747 if (ecs->NumOpenArcErrors != 0) in Main2()
748 stdStream << "Open Errors: " << ecs->NumOpenArcErrors << endl; in Main2()