Searched refs:PrintPropPair (Results 1 - 2 of 2) sorted by relevance
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | List.cpp | 887 static void PrintPropPair(CStdOutStream &so, const char *name, const wchar_t *val, bool multiLine)
in PrintPropPair() function 946 PrintPropPair(so, "ERROR", er.ErrorMessage, true);
in ErrorInfo_Print() 950 PrintPropPair(so, "WARNING", er.WarningMessage, true);
in ErrorInfo_Print() 962 PrintPropPair(so, "Path", arc.Path, false);
in Print_OpenArchive_Props() 970 PrintPropPair(so, "Type", codecs->GetFormatNamePtr(arc.FormatIndex), false);
in Print_OpenArchive_Props() 1364 PrintPropPair(g_StdOut, "Path", arcLink.NonOpen_ArcPath, false);
in ListArchives()
|
H A D | UpdateCallbackConsole.cpp | 257 static void PrintPropPair(AString &s, const char *name, UInt64 val)
in PrintPropPair() function 331 PrintPropPair(s, "Files read from disk", _percent.Files - NumNonOpenFiles);
in FinishArchive()
|
Completed in 4 milliseconds