Home
last modified time | relevance | path

Searched refs:PrintPropPair (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/UI/Console/
DList.cpp864 static void PrintPropPair(CStdOutStream &so, const char *name, const wchar_t *val, bool multiLine) in PrintPropPair() function
922 PrintPropPair(so, "ERROR", er.ErrorMessage, true); in ErrorInfo_Print()
926 PrintPropPair(so, "WARNING", er.WarningMessage, true); in ErrorInfo_Print()
937 PrintPropPair(so, "Path", arc.Path, false); in Print_OpenArchive_Props()
945 PrintPropPair(so, "Type", codecs->GetFormatNamePtr(arc.FormatIndex), false); in Print_OpenArchive_Props()
1333 PrintPropPair(g_StdOut, "Path", arcLink.NonOpen_ArcPath, false); in ListArchives()
DUpdateCallbackConsole.cpp237 static void PrintPropPair(AString &s, const char *name, UInt64 val) in PrintPropPair() function
305 PrintPropPair(s, "Files read from disk", _percent.Files); in FinishArchive()