Home
last modified time | relevance | path

Searched refs:MyFormatNew (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/7zip/UI/FileManager/
DFormatUtils.cpp18 UString MyFormatNew(const UString &format, const UString &argument) in MyFormatNew() function
25 UString MyFormatNew(UINT resourceID, const UString &argument) in MyFormatNew() function
27 return MyFormatNew(LangString(resourceID), argument); in MyFormatNew()
DFormatUtils.h11 UString MyFormatNew(const UString &format, const UString &argument);
12 UString MyFormatNew(UINT resourceID, const UString &argument);
DExtractCallback.cpp329 s = MyFormatNew(msgOld, fileName); in SetExtractErrorMessage()
558 …AddNewLineString(s, MyFormatNew(IDS_CANT_OPEN_AS_TYPE, GetBracedType(codecs->GetFormatNamePtr(er.E… in OpenResult_GUI()
559 …AddNewLineString(s, MyFormatNew(IDS_IS_OPEN_AS_TYPE, GetBracedType(codecs->GetFormatNamePtr(arc.Fo… in OpenResult_GUI()
582 UString s2 = MyFormatNew(id, param); in OpenResult_GUI()
DOverwriteDialog.cpp56 sizeString = MyFormatNew(IDS_FILE_SIZE, NumberToString(fileInfo.Size)); in SetFileInfoControl()
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DExtractEngine.cpp67 ErrorMessage = MyFormatNew(IDS_CANNOT_CREATE_FOLDER, in Process2()