Searched refs:ErrorFormatIndex (Results 1 – 6 of 6) sorted by relevance
/external/lzma/CPP/7zip/UI/Common/ |
D | OpenArchive.h | 155 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()
|
D | OpenArchive.cpp | 1580 ErrorInfo.ErrorFormatIndex = -1; in OpenStream2() 1911 ErrorInfo.ErrorFormatIndex = FormatIndex; in OpenStream2() 2658 ErrorInfo.ErrorFormatIndex = index; in OpenStream2() 3324 ErrorInfo.ErrorFormatIndex = -1; in ReOpen()
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ExtractCallback.cpp | 533 if (!er.IsThereErrorOrWarning() && er.ErrorFormatIndex < 0) in OpenResult_GUI() 549 if (er.ErrorFormatIndex >= 0) in OpenResult_GUI() 552 if (arc.FormatIndex == er.ErrorFormatIndex) in OpenResult_GUI() 558 … MyFormatNew(IDS_CANT_OPEN_AS_TYPE, GetBracedType(codecs->GetFormatNamePtr(er.ErrorFormatIndex)))); in OpenResult_GUI() 564 if (arcLink.NonOpen_ErrorInfo.ErrorFormatIndex >= 0 || result != S_OK) in OpenResult_GUI() 571 if (arcLink.NonOpen_ErrorInfo.ErrorFormatIndex >= 0 || result == S_FALSE) in OpenResult_GUI() 577 else if (arcLink.NonOpen_ErrorInfo.ErrorFormatIndex >= 0) in OpenResult_GUI() 580 param = GetBracedType(codecs->GetFormatNamePtr(arcLink.NonOpen_ErrorInfo.ErrorFormatIndex)); in OpenResult_GUI()
|
/external/lzma/CPP/7zip/UI/Console/ |
D | List.cpp | 938 if (er.ErrorFormatIndex >= 0) in Print_OpenArchive_Props() 940 if (er.ErrorFormatIndex == arc.FormatIndex) in Print_OpenArchive_Props() 943 PrintArcTypeError(so, codecs->GetFormatNamePtr(er.ErrorFormatIndex), true); in Print_OpenArchive_Props() 1001 if (arcLink.NonOpen_ErrorInfo.ErrorFormatIndex >= 0) in Print_OpenArchive_Error() 1005 … PrintArcTypeError(so, codecs->Formats[arcLink.NonOpen_ErrorInfo.ErrorFormatIndex].Name, false); in Print_OpenArchive_Error() 1176 if (arc.ErrorFormatIndex >= 0) in ListArchives() 1330 if (arcLink.NonOpen_ErrorInfo.ErrorFormatIndex >= 0) in ListArchives() 1334 …PrintArcTypeError(g_StdOut, codecs->Formats[arcLink.NonOpen_ErrorInfo.ErrorFormatIndex].Name, fals… in ListArchives()
|
D | ExtractCallbackConsole.cpp | 592 if (arc.FormatIndex == er.ErrorFormatIndex) in Print_ErrorFormatIndex_Warning() 599 …dd_Messsage_Pre_ArcType(s, "Can not open the file", codecs->GetFormatNamePtr(er.ErrorFormatIndex)); in Print_ErrorFormatIndex_Warning() 704 if (er.ErrorFormatIndex >= 0) in OpenResult()
|
D | UpdateCallbackConsole.cpp | 121 if (er.ErrorFormatIndex >= 0) in OpenResult()
|