Home
last modified time | relevance | path

Searched refs:GetTotalBytes (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DDirItem.h25 UInt64 GetTotalBytes() const { return FilesSize + AltStreamsSize; } in GetTotalBytes() function
DHashCalc.cpp247 RINOK(callback->SetTotal(dirItems.Stat.GetTotalBytes())); in HashCalc()
/external/lzma/CPP/7zip/UI/Console/
DHashCon.cpp41 _percent.Completed = st.GetTotalBytes(); in ScanProgress()
DUpdateCallbackConsole.cpp169 _percent.Completed = st.GetTotalBytes(); in ScanProgress()
DExtractCallbackConsole.cpp49 _percent.Completed = st.GetTotalBytes(); in ScanProgress()