OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumArchiveErrors
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CPP/7zip/UI/Console/
ExtractCallbackConsole.h
57
UInt64
NumArchiveErrors
;
66
NumArchiveErrors
= 0;
ExtractCallbackConsole.cpp
188
NumArchiveErrors
++;
208
NumArchiveErrors
++;
214
NumArchiveErrors
++;
Main.cpp
434
if (ecs->
NumArchiveErrors
!= 0 || ecs->NumFileErrors != 0)
439
if (ecs->
NumArchiveErrors
!= 0)
440
stdStream << "Archive Errors: " << ecs->
NumArchiveErrors
<< endl;
Completed in 3000 milliseconds