Searched refs:file_copied_bytes (Results 1 – 1 of 1) sorted by relevance
163 void ReportProgress(LinePrinter& lp, const std::string& file, uint64_t file_copied_bytes, in ReportProgress()183 if (file_copied_bytes > file_total_bytes || file_total_bytes == 0) { in ReportProgress()188 file.c_str(), file_copied_bytes); in ReportProgress()193 int file_percentage = static_cast<int>(file_copied_bytes * 100 / file_total_bytes); in ReportProgress()319 void ReportProgress(const std::string& file, uint64_t file_copied_bytes, in ReportProgress() argument321 current_ledger_.ReportProgress(line_printer_, file, file_copied_bytes, file_total_bytes); in ReportProgress()