Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DExtract.cpp31 if (!options.StdInMode) in DecompressArchive()
74 options.StdInMode ? &wildcardCensor : NULL, in DecompressArchive()
88 if (options.StdInMode) in DecompressArchive()
117 int numArcs = options.StdInMode ? 1 : arcPaths.Size(); in DecompressArchives()
123 if (!options.StdInMode) in DecompressArchives()
146 if (options.StdInMode) in DecompressArchives()
190 …HRESULT result = archiveLink.Open2(codecs, formatIndices2, options.StdInMode, NULL, arcPath, openC… in DecompressArchives()
203 if (!options.StdInMode) in DecompressArchives()
241 arc.MTimeDefined = (!options.StdInMode && !fi.IsDevice); in DecompressArchives()
248 if (!options.StdInMode) in DecompressArchives()
DExtract.h19 bool StdInMode; member
40 StdInMode(false), in CExtractOptions()
DArchiveCommandLine.h57 bool StdInMode; member
95 CArchiveCommandLineOptions(): StdInMode(false), StdOutMode(false) {}; in CArchiveCommandLineOptions()
DUpdate.h104 bool StdInMode; member
119 StdInMode(false), in CUpdateOptions()
DUpdateCallback.cpp21 StdInMode(false), in CArchiveUpdateCallback()
178 if (StdInMode) in GetStream()
DArchiveCommandLine.cpp709 options.StdInMode = parser[NKey::kStdIn].ThereIs; in Parse1()
859 if (isExtractOrList && options.StdInMode) in Parse2()
912 if (options.StdInMode) in Parse2()
976 updateOptions.StdInMode = options.StdInMode; in Parse2()
982 if (updateOptions.StdInMode) in Parse2()
DUpdateCallback.h64 bool StdInMode; variable
DUpdate.cpp382 updateCallbackSpec->StdInMode = stdInMode; in Compress()
594 options.StdInMode, in UpdateWithItemLists()
720 if (options.StdInMode) in UpdateArchive()
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp404 eo.StdInMode = options.StdInMode; in Main2()
470 options.StdInMode, in Main2()