Home
last modified time | relevance | path

Searched refs:FormatIndex (Results 1 – 9 of 9) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DUpdate.cpp370 if (MethodMode.Type.FormatIndex < 0) in InitFormatIndex()
376 MethodMode.Type.FormatIndex = codecs->FindFormatForArchiveName(arcPath); in InitFormatIndex()
377 if (MethodMode.Type.FormatIndex >= 0) in InitFormatIndex()
387 int formatIndex = MethodMode.Type.FormatIndex; in SetArcPath()
505 int formatIndex = options.MethodMode.Type.FormatIndex; in Compress()
509 formatIndex = arc->FormatIndex; in Compress()
1065 if (options.MethodMode.Type.FormatIndex < 0) in UpdateArchive()
1075 if (options.MethodMode.Type.FormatIndex < 0) in UpdateArchive()
1139 if (options.MethodMode.Type.FormatIndex < 0) in UpdateArchive()
1141 options.MethodMode.Type.FormatIndex = arcLink.GetArc()->FormatIndex; in UpdateArchive()
[all …]
DOpenArchive.cpp139 int FormatIndex; member
1616 int formatIndex = op.openType.FormatIndex; in OpenStream2()
1840 FormatIndex = orderIndices[i]; in OpenStream2()
1846 const CArcInfoEx &ai = op.codecs->Formats[FormatIndex]; in OpenStream2()
1870 RINOK(PrepareToOpen(op, FormatIndex, archive)); in OpenStream2()
1898 skipFrontalFormat[(unsigned)FormatIndex] = true; in OpenStream2()
1907 ErrorInfo.ErrorFormatIndex = FormatIndex; in OpenStream2()
1941 bool isMainFormat = isMainFormatArr[(unsigned)FormatIndex]; in OpenStream2()
2121 FormatIndex = sortedFormats[i]; in OpenStream2()
2122 const CArcInfoEx &ai = op.codecs->Formats[FormatIndex]; in OpenStream2()
[all …]
DOpenArchive.h62 int FormatIndex; member
89 FormatIndex(-1), in COpenType()
288 int FormatIndex; // - 1 means Parser. variable
DLoadCodecs.h118 UInt32 FormatIndex; member
DExtract.cpp50 if (StringsAreEqualNoCase_Ascii(codecs->Formats[arc0.FormatIndex].Name, "pe")) in DecompressArchive()
DLoadCodecs.cpp408 item.FormatIndex = i; in LoadFormats()
/external/lzma/CPP/7zip/UI/Console/
DExtractCallbackConsole.cpp539 if (arc.FormatIndex == er.ErrorFormatIndex) in Print_ErrorFormatIndex_Warning()
547 Add_Messsage_Pre_ArcType(s, "The file is open", codecs->GetFormatNamePtr(arc.FormatIndex)); in Print_ErrorFormatIndex_Warning()
DList.cpp887 if (er.ErrorFormatIndex == arc.FormatIndex) in Print_OpenArchive_Props()
892 PrintPropPair(so, "Type", codecs->GetFormatNamePtr(arc.FormatIndex)); in Print_OpenArchive_Props()
/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.cpp554 if (arc.FormatIndex == er.ErrorFormatIndex) in OpenResult_GUI()
561 …ing(s, MyFormatNew(IDS_IS_OPEN_AS_TYPE, GetBracedType(codecs->GetFormatNamePtr(arc.FormatIndex)))); in OpenResult_GUI()