Searched refs:GetFormatNamePtr (Results 1 - 4 of 4) sorted by relevance
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | ExtractCallback.cpp | 570 AddNewLineString(s, MyFormatNew(IDS_CANT_OPEN_AS_TYPE, GetBracedType(codecs->GetFormatNamePtr(er.ErrorFormatIndex))));
in OpenResult_GUI() 571 AddNewLineString(s, MyFormatNew(IDS_IS_OPEN_AS_TYPE, GetBracedType(codecs->GetFormatNamePtr(arc.FormatIndex))));
in OpenResult_GUI() 592 param = GetBracedType(codecs->GetFormatNamePtr(arcLink.NonOpen_ErrorInfo.ErrorFormatIndex));
in OpenResult_GUI()
|
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | ExtractCallbackConsole.cpp | 621 Add_Messsage_Pre_ArcType(s, "Cannot open the file", codecs->GetFormatNamePtr(er.ErrorFormatIndex));
in Print_ErrorFormatIndex_Warning() 622 Add_Messsage_Pre_ArcType(s, "The file is open", codecs->GetFormatNamePtr(arc.FormatIndex));
in Print_ErrorFormatIndex_Warning()
|
H A D | List.cpp | 968 PrintArcTypeError(so, codecs->GetFormatNamePtr(er.ErrorFormatIndex), true);
in Print_OpenArchive_Props() 970 PrintPropPair(so, "Type", codecs->GetFormatNamePtr(arc.FormatIndex), false);
in Print_OpenArchive_Props()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | LoadCodecs.h | 380 const wchar_t *GetFormatNamePtr(int formatIndex) const
in GetFormatNamePtr() function in Z7_final
|
Completed in 7 milliseconds