Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DExtract.cpp78 if (!options.StdInMode) in DecompressArchive()
177 options.StdInMode ? &wildcardCensor : NULL, in DecompressArchive()
188 if (!options.StdInMode && in DecompressArchive()
200 if (options.StdInMode) in DecompressArchive()
209 if (result == S_OK && !options.StdInMode) in DecompressArchive()
255 unsigned numArcs = options.StdInMode ? 1 : arcPaths.Size(); in Extract()
263 if (!options.StdInMode) in Extract()
302 if (options.StdInMode) in Extract()
358 op.stdInMode = options.StdInMode; in Extract()
373 if (!options.StdInMode) in Extract()
[all …]
DExtract.h39 bool StdInMode; member
57 StdInMode(false), in CExtractOptions()
DArchiveCommandLine.h61 bool StdInMode; member
117 StdInMode(false), in CArcCmdLineOptions()
DHashCalc.h91 bool StdInMode; member
95 …CHashOptions(): StdInMode(false), OpenShareForWrite(false), AltStreamsMode(false), PathMode(NWildc… in CHashOptions()
DUpdate.h96 bool StdInMode; member
125 StdInMode(false), in CUpdateOptions()
DArchiveCommandLine.cpp872 options.StdInMode = parser[NKey::kStdIn].ThereIs; in Parse1()
1121 if ((isExtractOrList || isRename) && options.StdInMode) in Parse2()
1217 if (options.StdInMode) in Parse2()
1307 updateOptions.StdInMode = options.StdInMode; in Parse2()
1326 if (updateOptions.StdInMode) in Parse2()
1353 hashOptions.StdInMode = options.StdInMode; in Parse2()
DHashCalc.cpp205 if (options.StdInMode) in HashCalc()
241 if (options.StdInMode) in HashCalc()
265 if (options.StdInMode) in HashCalc()
DUpdateCallback.cpp56 StdInMode(false), in CArchiveUpdateCallback()
181 if (StdInMode) in GetRootRawProp()
214 if (StdInMode) in GetRawProp()
473 if (StdInMode) in GetStream2()
DUpdateCallback.h125 bool StdInMode; variable
DUpdate.cpp640 updateCallbackSpec->StdInMode = options.StdInMode; in Compress()
1172 if (options.StdInMode) in UpdateArchive()
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp810 if (options.StdInMode) in Main2()
891 eo.StdInMode = options.StdInMode; in Main2()
1030 options.StdInMode, in Main2()