Searched refs:PrintPropPair (Results 1 – 2 of 2) sorted by relevance
/external/lzma/CPP/7zip/UI/Console/ |
D | List.cpp | 864 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()
|
D | UpdateCallbackConsole.cpp | 237 static void PrintPropPair(AString &s, const char *name, UInt64 val) in PrintPropPair() function 305 PrintPropPair(s, "Files read from disk", _percent.Files); in FinishArchive()
|