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

/external/lzma/CPP/7zip/UI/Console/
H A DList.cpp822 static void PrintPropPair(CStdOutStream &so, const char *name, const wchar_t *val) function
838 PrintPropPair(so, nameA, s);
869 PrintPropPair(so, "ERROR", er.ErrorMessage);
873 PrintPropPair(so, "WARNING", er.WarningMessage);
884 PrintPropPair(so, "Path", arc.Path);
892 PrintPropPair(so, "Type", codecs->GetFormatNamePtr(arc.FormatIndex));
1262 PrintPropPair(g_StdOut, "Path", arcLink.NonOpen_ArcPath);
H A DUpdateCallbackConsole.cpp233 static void PrintPropPair(AString &s, const char *name, UInt64 val) function
300 PrintPropPair(s, "Files read from disk", _percent.Files);
407 PrintPropPair(s, "Items to compress", numItems);

Completed in 114 milliseconds