Home
last modified time | relevance | path

Searched refs:showHash (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/UI/Console/
DHashCon.cpp157 const CObjectVector<CHasherState> &hashers, unsigned digestIndex, bool showHash) in PrintResultLine() argument
165 if (showHash) in PrintResultLine()
173 if (showHash && fileSize != 0) in PrintResultLine()
193 …ULT CHashCallbackConsole::SetOperationResult(UInt64 fileSize, const CHashBundle &hb, bool showHash) in SetOperationResult() argument
195 PrintResultLine(fileSize, hb.Hashers, k_HashCalc_Index_Current, showHash); in SetOperationResult()
DHashCon.h16 const CObjectVector<CHasherState> &hashers, unsigned digestIndex, bool showHash);
/external/lzma/CPP/7zip/UI/Common/
DHashCalc.h79 virtual HRESULT SetOperationResult(UInt64 fileSize, const CHashBundle &hb, bool showHash) x; \