Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Console/
DHashCon.cpp326 void CHashCallbackConsole::PrintProperty(const char *name, UInt64 value) in PrintProperty() function in CHashCallbackConsole
350 PrintProperty("Folders", hb.NumDirs); in AfterLastFile()
351 PrintProperty("Files", hb.NumFiles); in AfterLastFile()
354 PrintProperty("Size", hb.FilesSize); in AfterLastFile()
358 PrintProperty("Alternate streams", hb.NumAltStreams); in AfterLastFile()
359 PrintProperty("Alternate streams size", hb.AltStreamsSize); in AfterLastFile()
DHashCon.h24 void PrintProperty(const char *name, UInt64 value);