Home
last modified time | relevance | path

Searched refs:stdOutMode (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp367 bool stdOutMode = parser[NKey::kStdOut].ThereIs; in main2() local
369 if (!stdOutMode) in main2()
447 if (stdOutMode) needParams--; in main2()
485 if (stdOutMode) in main2()
510 if (!stdOutMode) in main2()
623 if (!stdOutMode) in main2()
775 if (!stdOutMode) in main2()
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaAlone.cs208 bool stdOutMode = parser[(int)Key.StdOut].ThereIs; in Main2()
224 if (stdOutMode) in Main2()
/external/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.h328 bool stdOutMode, bool testMode,
DArchiveExtractCallback.cpp204 bool stdOutMode, bool testMode, in Init() argument
223 _stdOutMode = stdOutMode; in Init()