Home
last modified time | relevance | path

Searched refs:ErrorFormatIndex (Results 1 – 6 of 6) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.h155 int ErrorFormatIndex; // - 1 means no Error. member
181 ErrorFormatIndex(-1), in CArcErrorInfo()
189 ErrorFormatIndex = -1; in ClearErrors_Full()
407 if (result == S_OK && NonOpen_ErrorInfo.ErrorFormatIndex >= 0) in Open_Strict()
DOpenArchive.cpp1576 ErrorInfo.ErrorFormatIndex = -1; in OpenStream2()
1907 ErrorInfo.ErrorFormatIndex = FormatIndex; in OpenStream2()
2649 ErrorInfo.ErrorFormatIndex = index; in OpenStream2()
3315 ErrorInfo.ErrorFormatIndex = -1; in ReOpen()
/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.cpp535 if (!er.IsThereErrorOrWarning() && er.ErrorFormatIndex < 0) in OpenResult_GUI()
551 if (er.ErrorFormatIndex >= 0) in OpenResult_GUI()
554 if (arc.FormatIndex == er.ErrorFormatIndex) in OpenResult_GUI()
560 … MyFormatNew(IDS_CANT_OPEN_AS_TYPE, GetBracedType(codecs->GetFormatNamePtr(er.ErrorFormatIndex)))); in OpenResult_GUI()
566 if (arcLink.NonOpen_ErrorInfo.ErrorFormatIndex >= 0 || result != S_OK) in OpenResult_GUI()
573 if (arcLink.NonOpen_ErrorInfo.ErrorFormatIndex >= 0 || result == S_FALSE) in OpenResult_GUI()
579 else if (arcLink.NonOpen_ErrorInfo.ErrorFormatIndex >= 0) in OpenResult_GUI()
582 param = GetBracedType(codecs->GetFormatNamePtr(arcLink.NonOpen_ErrorInfo.ErrorFormatIndex)); in OpenResult_GUI()
/external/lzma/CPP/7zip/UI/Console/
DList.cpp885 if (er.ErrorFormatIndex >= 0) in Print_OpenArchive_Props()
887 if (er.ErrorFormatIndex == arc.FormatIndex) in Print_OpenArchive_Props()
890 PrintArcTypeError(so, codecs->GetFormatNamePtr(er.ErrorFormatIndex), true); in Print_OpenArchive_Props()
948 if (arcLink.NonOpen_ErrorInfo.ErrorFormatIndex >= 0) in Print_OpenArchive_Error()
951 … PrintArcTypeError(so, codecs->Formats[arcLink.NonOpen_ErrorInfo.ErrorFormatIndex].Name, false); in Print_OpenArchive_Error()
1105 if (arc.ErrorFormatIndex >= 0) in ListArchives()
1259 if (arcLink.NonOpen_ErrorInfo.ErrorFormatIndex >= 0) in ListArchives()
1263 …PrintArcTypeError(g_StdOut, codecs->Formats[arcLink.NonOpen_ErrorInfo.ErrorFormatIndex].Name, fals… in ListArchives()
DExtractCallbackConsole.cpp539 if (arc.FormatIndex == er.ErrorFormatIndex) in Print_ErrorFormatIndex_Warning()
546 …dd_Messsage_Pre_ArcType(s, "Can not open the file", codecs->GetFormatNamePtr(er.ErrorFormatIndex)); in Print_ErrorFormatIndex_Warning()
645 if (er.ErrorFormatIndex >= 0) in OpenResult()
DUpdateCallbackConsole.cpp121 if (er.ErrorFormatIndex >= 0) in OpenResult()