HomeSort by relevance Sort by last modified time
    Searched refs:NumFileErrors (Results 1 - 3 of 3) sorted by null

  /external/lzma/CPP/7zip/UI/Console/
ExtractCallbackConsole.h 58 UInt64 NumFileErrors;
67 NumFileErrors = 0;
ExtractCallbackConsole.cpp 104 NumFileErrors++;
117 NumFileErrors++;
Main.cpp 434 if (ecs->NumArchiveErrors != 0 || ecs->NumFileErrors != 0)
441 if (ecs->NumFileErrors != 0)
442 stdStream << "Sub items Errors: " << ecs->NumFileErrors << endl;

Completed in 1336 milliseconds