Home
last modified time | relevance | path

Searched refs:formatIndices (Results 1 – 11 of 11) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp377 const CIntVector &formatIndices, in Open() argument
384 if (formatIndices.Size() >= 32) in Open()
393 if (formatIndices.Size() >= 1) in Open()
395 if (Arcs.Size() >= formatIndices.Size()) in Open()
397 formatIndex = formatIndices[formatIndices.Size() - Arcs.Size() - 1]; in Open()
414 resSpec = (formatIndices.Size() == 0 ? S_OK : E_NOTIMPL); in Open()
453 resSpec = (formatIndices.Size() == 0 ? S_OK : S_FALSE); in Open()
483 const CIntVector &formatIndices, in Open2() argument
509 RINOK(Open(codecs, formatIndices, stdInMode, stream, filePath, callback)); in Open2()
DOpenArchive.h67 const CIntVector &formatIndices,
75 const CIntVector &formatIndices,
DUpdate.cpp246 bool CUpdateOptions::Init(const CCodecs *codecs, const CIntVector &formatIndices, const UString &ar… in Init() argument
248 if (formatIndices.Size() > 1) in Init()
251 if (formatIndices.Size() != 0) in Init()
252 arcTypeIndex = formatIndices[0]; in Init()
691 CIntVector formatIndices; in UpdateArchive() local
693 formatIndices.Add(options.MethodMode.FormatIndex); in UpdateArchive()
694 HRESULT result = arcLink.Open2(codecs, formatIndices, false, NULL, arcPath, openCallback); in UpdateArchive()
DExtract.cpp103 CCodecs *codecs, const CIntVector &formatIndices, in DecompressArchives() argument
164 CIntVector formatIndices2 = formatIndices; in DecompressArchives()
166 if (formatIndices.IsEmpty()) in DecompressArchives()
DExtract.h67 CCodecs *codecs, const CIntVector &formatIndices,
DLoadCodecs.cpp493 bool CCodecs::FindFormatForArchiveType(const UString &arcType, CIntVector &formatIndices) const in FindFormatForArchiveType()
495 formatIndices.Clear(); in FindFormatForArchiveType()
505 formatIndices.Clear(); in FindFormatForArchiveType()
508 formatIndices.Add(index); in FindFormatForArchiveType()
DUpdate.h114 bool Init(const CCodecs *codecs, const CIntVector &formatIndices, const UString &arcPath);
DLoadCodecs.h171 bool FindFormatForArchiveType(const UString &arcType, CIntVector &formatIndices) const;
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp243 CIntVector formatIndices; in Main2() local
244 if (!codecs->FindFormatForArchiveType(options.ArcType, formatIndices)) in Main2()
419 formatIndices, in Main2()
469 formatIndices, in Main2()
519 if (!uo.Init(codecs, formatIndices, options.ArchiveName)) in Main2()
DList.h9 HRESULT ListArchives(CCodecs *codecs, const CIntVector &formatIndices,
DList.cpp416 HRESULT ListArchives(CCodecs *codecs, const CIntVector &formatIndices, in ListArchives() argument
462 …HRESULT result = archiveLink.Open2(codecs, formatIndices, stdInMode, NULL, archiveName, &openCallb… in ListArchives()