Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dfile_sync_client.cpp163 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() argument
321 current_ledger_.ReportProgress(line_printer_, file, file_copied_bytes, file_total_bytes); in ReportProgress()