HomeSort by relevance Sort by last modified time
    Searched refs:ErrorFormatIndex (Results 1 - 5 of 5) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
OpenArchive.h 145 int ErrorFormatIndex; // - 1 means no Error.
146 // if FormatIndex == ErrorFormatIndex, the archive is open with offset
150 - ErrorFormatIndex shows error format index, if extension is incorrect
171 ErrorFormatIndex(-1),
179 ErrorFormatIndex = -1;
Extract.cpp 331 if (arcLink.NonOpen_ErrorInfo.ErrorFormatIndex >= 0)
413 if (er.ErrorFormatIndex >= 0)
417 codecs->GetFormatNamePtr(er.ErrorFormatIndex)))
419 UString s = L"Can not open the file as [" + codecs->Formats[arc.ErrorFormatIndex].Name + L"] archive\n";
OpenArchive.cpp 948 // ErrorFormatIndex = -1; // we don't need to clear ErrorFormatIndex here !!!
    [all...]
Update.cpp 1057 if (arcLink.NonOpen_ErrorInfo.ErrorFormatIndex > 0)
1058 errorArcType = codecs->Formats[arcLink.NonOpen_ErrorInfo.ErrorFormatIndex].Name;
    [all...]
  /external/lzma/CPP/7zip/UI/Console/
List.cpp 949 if (arcLink.NonOpen_ErrorInfo.ErrorFormatIndex >= 0)
951 PrintArcTypeError(codecs->Formats[arcLink.NonOpen_ErrorInfo.ErrorFormatIndex].Name, false);
968 if (arcLink.NonOpen_ErrorInfo.ErrorFormatIndex >= 0)
978 if (arc.ErrorFormatIndex >= 0)
1017 if (er.ErrorFormatIndex >= 0)
1019 if (er.ErrorFormatIndex == arc.FormatIndex)
1022 PrintArcTypeError(codecs->GetFormatNamePtr(er.ErrorFormatIndex), true);
1170 if (arcLink.NonOpen_ErrorInfo.ErrorFormatIndex >= 0)
1174 PrintArcTypeError(codecs->Formats[arcLink.NonOpen_ErrorInfo.ErrorFormatIndex].Name, false);

Completed in 1389 milliseconds