Searched refs:stdInMode (Results 1 – 7 of 7) sorted by relevance
/external/lzma/CPP/7zip/UI/Common/ |
D | OpenArchive.h | 46 bool stdInMode, 68 bool stdInMode, 76 bool stdInMode,
|
D | OpenArchive.cpp | 330 bool stdInMode, in OpenStreamOrFile() argument 336 if (stdInMode) in OpenStreamOrFile() 378 bool stdInMode, in Open() argument 407 RINOK(arc.OpenStreamOrFile(codecs, formatIndex, stdInMode, stream, callback)); in Open() 484 bool stdInMode, in Open2() argument 495 if (!stream && !stdInMode) in Open2() 509 RINOK(Open(codecs, formatIndices, stdInMode, stream, filePath, callback)); in Open2()
|
D | Update.cpp | 309 bool stdInMode, in Compress() argument 382 updateCallbackSpec->StdInMode = stdInMode; in Compress()
|
/external/lzma/CPP/7zip/Bundles/LzmaCon/ |
D | LzmaAlone.cpp | 253 bool stdInMode = parser[NKey::kStdIn].ThereIs; in main2() local 258 if (stdInMode) in main2() 303 if (parser[NKey::kEOS].ThereIs || stdInMode) in main2() 388 bool eos = parser[NKey::kEOS].ThereIs || stdInMode; in main2() 448 if (eos || stdInMode) in main2()
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
D | LzmaAlone.cs | 207 bool stdInMode = parser[(int)Key.StdIn].ThereIs; in Main2() 211 if (stdInMode) in Main2() 253 bool eos = parser[(int)Key.EOS].ThereIs || stdInMode; in Main2() 299 if (eos || stdInMode) in Main2()
|
/external/lzma/CPP/7zip/UI/Console/ |
D | List.cpp | 417 bool stdInMode, in ListArchives() argument 438 if (!stdInMode) in ListArchives() 462 …HRESULT result = archiveLink.Open2(codecs, formatIndices, stdInMode, NULL, archiveName, &openCallb… in ListArchives() 486 if (!stdInMode) in ListArchives() 581 if (stdInMode && res == E_INVALIDARG) in ListArchives() 612 if (!stdInMode && totalPackSizePointer == 0) in ListArchives()
|
D | List.h | 10 bool stdInMode,
|