Home
last modified time | relevance | path

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

/openbmc/phosphor-ipmi-flash/tools/
H A Dprogress.cpp27 currentBytes += bytes; in updateProgress()
29 100.0 * currentBytes / totalBytes); in updateProgress()
30 if (currentBytes == totalBytes) in updateProgress()
39 currentBytes = 0; in start()
H A Dprogress.hpp39 std::int64_t currentBytes = 0; member in host_tool::ProgressStdoutIndicator