Searched refs:formatIndices (Results 1 – 11 of 11) sorted by relevance
/external/lzma/CPP/7zip/UI/Common/ |
D | OpenArchive.cpp | 377 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()
|
D | OpenArchive.h | 67 const CIntVector &formatIndices, 75 const CIntVector &formatIndices,
|
D | Update.cpp | 246 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()
|
D | Extract.cpp | 103 CCodecs *codecs, const CIntVector &formatIndices, in DecompressArchives() argument 164 CIntVector formatIndices2 = formatIndices; in DecompressArchives() 166 if (formatIndices.IsEmpty()) in DecompressArchives()
|
D | Extract.h | 67 CCodecs *codecs, const CIntVector &formatIndices,
|
D | LoadCodecs.cpp | 493 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()
|
D | Update.h | 114 bool Init(const CCodecs *codecs, const CIntVector &formatIndices, const UString &arcPath);
|
D | LoadCodecs.h | 171 bool FindFormatForArchiveType(const UString &arcType, CIntVector &formatIndices) const;
|
/external/lzma/CPP/7zip/UI/Console/ |
D | Main.cpp | 243 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()
|
D | List.h | 9 HRESULT ListArchives(CCodecs *codecs, const CIntVector &formatIndices,
|
D | List.cpp | 416 HRESULT ListArchives(CCodecs *codecs, const CIntVector &formatIndices, in ListArchives() argument 462 …HRESULT result = archiveLink.Open2(codecs, formatIndices, stdInMode, NULL, archiveName, &openCallb… in ListArchives()
|