OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumFileErrors
(Results
1 - 4
of
4
) sorted by null
/external/lzma/CPP/7zip/UI/Console/
ExtractCallbackConsole.h
78
UInt64
NumFileErrors
;
93
NumFileErrors
= 0;
ExtractCallbackConsole.cpp
127
NumFileErrors
++;
140
NumFileErrors
++;
Main.cpp
754
if (ecs->NumArcsWithError != 0 || ecs->
NumFileErrors
!= 0)
759
if (ecs->
NumFileErrors
!= 0)
760
stdStream << "Sub items Errors: " << ecs->
NumFileErrors
<< endl;
/external/lzma/CPP/7zip/Bundles/SFXCon/
SfxCon.cpp
415
if (ecs->NumArcsWithError != 0 || ecs->
NumFileErrors
!= 0)
419
if (ecs->
NumFileErrors
!= 0)
420
(*g_StdStream) << endl << "Sub items Errors: " << ecs->
NumFileErrors
<< endl;
Completed in 298 milliseconds