Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Console/
DHashCon.cpp240 void CHashCallbackConsole::PrintProperty(const char *name, UInt64 value) in PrintProperty() function in CHashCallbackConsole
262 PrintProperty("Folders", hb.NumDirs); in AfterLastFile()
263 PrintProperty("Files", hb.NumFiles); in AfterLastFile()
265 PrintProperty("Size", hb.FilesSize); in AfterLastFile()
268 PrintProperty("AltStreams", hb.NumAltStreams); in AfterLastFile()
269 PrintProperty("AltStreams size", hb.AltStreamsSize); in AfterLastFile()
DHashCon.h17 void PrintProperty(const char *name, UInt64 value);