Searched defs:stdInMode (Results 1 - 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
H A DOpenArchive.cpp330 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));
327 OpenStreamOrFile( CCodecs *codecs, int formatIndex, bool stdInMode, IInStream *stream, IArchiveOpenCallback *callback) argument
375 Open( CCodecs *codecs, const CIntVector &formatIndices, bool stdInMode, IInStream *stream, const UString &filePath, IArchiveOpenCallback *callback) argument
482 Open2(CCodecs *codecs, const CIntVector &formatIndices, bool stdInMode, IInStream *stream, const UString &filePath, IOpenCallbackUI *callbackUI) argument
H A DUpdate.cpp309 bool stdInMode,
382 updateCallbackSpec->StdInMode = stdInMode;
301 Compress( CCodecs *codecs, const CActionSet &actionSet, IInArchive *archive, const CCompressionMethodMode &compressionMethod, CArchivePath &archivePath, const CObjectVector<CArcItem> &arcItems, bool shareForWrite, bool stdInMode, bool stdOutMode, const CDirItems &dirItems, bool sfxMode, const UString &sfxModule, const CRecordVector<UInt64> &volumesSizes, CTempFiles &tempFiles, CUpdateErrorInfo &errorInfo, IUpdateCallbackUI *callback) argument
/external/lzma/CPP/7zip/Bundles/LzmaCon/
H A DLzmaAlone.cpp253 bool stdInMode = parser[NKey::kStdIn].ThereIs; local
258 if (stdInMode)
303 if (parser[NKey::kEOS].ThereIs || stdInMode)
388 bool eos = parser[NKey::kEOS].ThereIs || stdInMode;
448 if (eos || stdInMode)
/external/lzma/CPP/7zip/UI/Console/
H A DList.cpp417 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)
416 ListArchives(CCodecs *codecs, const CIntVector &formatIndices, bool stdInMode, UStringVector &arcPaths, UStringVector &arcPathsFull, const NWildcard::CCensorNode &wildcardCensor, bool enableHeaders, bool techMode, bool &passwordEnabled, UString &password, UInt64 &numErrors) argument

Completed in 1132 milliseconds