Home
last modified time | relevance | path

Searched refs:GetFormatNamePtr (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.cpp558 …eString(s, MyFormatNew(IDS_CANT_OPEN_AS_TYPE, GetBracedType(codecs->GetFormatNamePtr(er.ErrorForma… in OpenResult_GUI()
559 …AddNewLineString(s, MyFormatNew(IDS_IS_OPEN_AS_TYPE, GetBracedType(codecs->GetFormatNamePtr(arc.Fo… in OpenResult_GUI()
580 param = GetBracedType(codecs->GetFormatNamePtr(arcLink.NonOpen_ErrorInfo.ErrorFormatIndex)); in OpenResult_GUI()
/external/lzma/CPP/7zip/UI/Console/
DExtractCallbackConsole.cpp599 …Add_Messsage_Pre_ArcType(s, "Can not open the file", codecs->GetFormatNamePtr(er.ErrorFormatIndex)… in Print_ErrorFormatIndex_Warning()
600 Add_Messsage_Pre_ArcType(s, "The file is open", codecs->GetFormatNamePtr(arc.FormatIndex)); in Print_ErrorFormatIndex_Warning()
DList.cpp943 PrintArcTypeError(so, codecs->GetFormatNamePtr(er.ErrorFormatIndex), true); in Print_OpenArchive_Props()
945 PrintPropPair(so, "Type", codecs->GetFormatNamePtr(arc.FormatIndex), false); in Print_OpenArchive_Props()
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h307 const wchar_t *GetFormatNamePtr(int formatIndex) const in GetFormatNamePtr() function