Home
last modified time | relevance | path

Searched refs:stdInMode (Results 1 – 7 of 7) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.h46 bool stdInMode,
68 bool stdInMode,
76 bool stdInMode,
DOpenArchive.cpp330 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()
DUpdate.cpp309 bool stdInMode, in Compress() argument
382 updateCallbackSpec->StdInMode = stdInMode; in Compress()
/external/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp253 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/
DLzmaAlone.cs207 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/
DList.cpp417 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()
DList.h10 bool stdInMode,