Home
last modified time | relevance | path

Searched refs:StdOutMode (Results 1 – 9 of 9) sorted by relevance

/external/lzma/CPP/7zip/UI/Console/
DUpdateCallbackConsole.h23 bool StdOutMode; variable
37 StdOutMode(false), in CUpdateCallbackConsole()
DMain.cpp215 CStdOutStream &stdStream = options.StdOutMode ? g_StdErr : g_StdOut; in Main2()
405 eo.StdOutMode = options.StdOutMode; in Main2()
514 callback.StdOutMode = uo.StdOutMode; in Main2()
DUpdateCallbackConsole.cpp110 if (!StdOutMode && m_NeedNewLine) in Finilize()
160 if (StdOutMode) in GetStream()
/external/lzma/CPP/7zip/UI/Common/
DExtract.h20 bool StdOutMode; member
41 StdOutMode(false), in CExtractOptions()
DArchiveCommandLine.h58 bool StdOutMode; member
95 CArchiveCommandLineOptions(): StdInMode(false), StdOutMode(false) {}; in CArchiveCommandLineOptions()
DUpdate.h106 bool StdOutMode; member
120 StdOutMode(false), in CUpdateOptions()
DArchiveCommandLine.cpp710 options.StdOutMode = parser[NKey::kStdOut].ThereIs; in Parse1()
928 if (options.StdOutMode && options.IsStdOutTerminal && options.IsStdErrTerminal) in Parse2()
958 if ((options.StdOutMode && !options.IsStdErrTerminal) || in Parse2()
959 (!options.StdOutMode && !options.IsStdOutTerminal)) in Parse2()
975 updateOptions.StdOutMode = options.StdOutMode; in Parse2()
978 if (updateOptions.StdOutMode && updateOptions.EMailMode) in Parse2()
980 if (updateOptions.StdOutMode && options.IsStdOutTerminal) in Parse2()
DUpdate.cpp577 if (options.StdOutMode) in UpdateWithItemLists()
596 options.StdOutMode, in UpdateWithItemLists()
647 if (options.StdOutMode && options.EMailMode) in UpdateArchive()
778 if (!options.StdOutMode && options.UpdateArchiveItself) in UpdateArchive()
805 if (!options.StdOutMode && in UpdateArchive()
DExtract.cpp77 options.StdOutMode, options.TestMode, options.CalcCrc, in DecompressArchive()