Searched refs:StdInMode (Results 1 – 9 of 9) sorted by relevance
/external/lzma/CPP/7zip/UI/Common/ |
D | Extract.cpp | 31 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()
|
D | Extract.h | 19 bool StdInMode; member 40 StdInMode(false), in CExtractOptions()
|
D | ArchiveCommandLine.h | 57 bool StdInMode; member 95 CArchiveCommandLineOptions(): StdInMode(false), StdOutMode(false) {}; in CArchiveCommandLineOptions()
|
D | Update.h | 104 bool StdInMode; member 119 StdInMode(false), in CUpdateOptions()
|
D | UpdateCallback.cpp | 21 StdInMode(false), in CArchiveUpdateCallback() 178 if (StdInMode) in GetStream()
|
D | ArchiveCommandLine.cpp | 709 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()
|
D | UpdateCallback.h | 64 bool StdInMode; variable
|
D | Update.cpp | 382 updateCallbackSpec->StdInMode = stdInMode; in Compress() 594 options.StdInMode, in UpdateWithItemLists() 720 if (options.StdInMode) in UpdateArchive()
|
/external/lzma/CPP/7zip/UI/Console/ |
D | Main.cpp | 404 eo.StdInMode = options.StdInMode; in Main2() 470 options.StdInMode, in Main2()
|