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

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

Completed in 94 milliseconds