Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.h102 unsigned Number_for_Errors; member
120 Number_for_Errors(k_OutStream_stderr), in CArcCmdLineOptions()
DArchiveCommandLine.cpp837 SetStreamMode(parser[NKey::kErrStream], options.Number_for_Errors); in Parse1()
1256 || options.Number_for_Errors == k_OutStream_stdout) in Parse2()
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp532 if (options.Number_for_Errors != k_OutStream_stderr) in Main2()
533 g_ErrStream = (options.Number_for_Errors == k_OutStream_stdout ? &g_StdOut : NULL); in Main2()