HomeSort by relevance Sort by last modified time
    Searched refs:stdInMode (Results 1 - 7 of 7) sorted by null

  /external/lzma/CPP/7zip/UI/Console/
List.h 10 bool stdInMode,
List.cpp 417 bool stdInMode,
433 int numArcs = /* stdInMode ? 1 : */ arcPaths.Size();
438 if (!stdInMode)
462 HRESULT result = archiveLink.Open2(codecs, formatIndices, stdInMode, NULL, archiveName, &openCallback);
486 if (!stdInMode)
581 if (stdInMode && res == E_INVALIDARG)
612 if (!stdInMode && totalPackSizePointer == 0)
  /external/lzma/CPP/7zip/UI/Common/
OpenArchive.h 46 bool stdInMode,
68 bool stdInMode,
76 bool stdInMode,
OpenArchive.cpp 330 bool stdInMode,
336 if (stdInMode)
378 bool stdInMode,
407 RINOK(arc.OpenStreamOrFile(codecs, formatIndex, stdInMode, stream, callback));
484 bool stdInMode,
495 if (!stream && !stdInMode)
509 RINOK(Open(codecs, formatIndices, stdInMode, stream, filePath, callback));
Update.cpp 309 bool stdInMode,
382 updateCallbackSpec->StdInMode = stdInMode;
594 options.StdInMode,
720 if (options.StdInMode)
  /external/lzma/CPP/7zip/Bundles/LzmaCon/
LzmaAlone.cpp 253 bool stdInMode = parser[NKey::kStdIn].ThereIs;
258 if (stdInMode)
303 if (parser[NKey::kEOS].ThereIs || stdInMode)
388 bool eos = parser[NKey::kEOS].ThereIs || stdInMode;
448 if (eos || stdInMode)
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaAlone.cs 207 bool stdInMode = parser[(int)Key.StdIn].ThereIs;
211 if (stdInMode)
253 bool eos = parser[(int)Key.EOS].ThereIs || stdInMode;
299 if (eos || stdInMode)

Completed in 150 milliseconds