Home
last modified time | relevance | path

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

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