Searched defs:formatIndices (Results 1 - 5 of 5) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
H A DExtract.cpp103 CCodecs *codecs, const CIntVector &formatIndices,
164 CIntVector formatIndices2 = formatIndices;
166 if (formatIndices.IsEmpty())
102 DecompressArchives( CCodecs *codecs, const CIntVector &formatIndices, UStringVector &arcPaths, UStringVector &arcPathsFull, const NWildcard::CCensorNode &wildcardCensor, const CExtractOptions &options, IOpenCallbackUI *openCallback, IExtractCallbackUI *extractCallback, UString &errorMessage, CDecompressStat &stat) argument
H A DOpenArchive.cpp377 const CIntVector &formatIndices,
384 if (formatIndices.Size() >= 32)
393 if (formatIndices.Size() >= 1)
395 if (Arcs.Size() >= formatIndices.Size())
397 formatIndex = formatIndices[formatIndices.Size() - Arcs.Size() - 1];
414 resSpec = (formatIndices.Size() == 0 ? S_OK : E_NOTIMPL);
453 resSpec = (formatIndices.Size() == 0 ? S_OK : S_FALSE);
483 const CIntVector &formatIndices,
509 RINOK(Open(codecs, formatIndices, stdInMod
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
[all...]
H A DUpdate.cpp246 bool CUpdateOptions::Init(const CCodecs *codecs, const CIntVector &formatIndices, const UString &arcPath) argument
248 if (formatIndices.Size() > 1)
251 if (formatIndices.Size() != 0)
252 arcTypeIndex = formatIndices[0];
691 CIntVector formatIndices;
693 formatIndices.Add(options.MethodMode.FormatIndex);
694 HRESULT result = arcLink.Open2(codecs, formatIndices, false, NULL, arcPath, openCallback);
/external/lzma/CPP/7zip/UI/Console/
H A DMain.cpp243 CIntVector formatIndices; local
244 if (!codecs->FindFormatForArchiveType(options.ArcType, formatIndices))
419 formatIndices,
469 formatIndices,
519 if (!uo.Init(codecs, formatIndices, options.ArchiveName))
H A DList.cpp416 HRESULT ListArchives(CCodecs *codecs, const CIntVector &formatIndices, argument
462 HRESULT result = archiveLink.Open2(codecs, formatIndices, stdInMode, NULL, archiveName, &openCallback);

Completed in 77 milliseconds