Home
last modified time | relevance | path

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

/system/core/adb/client/
Dfile_sync_client.cpp149 void ReportProgress(LinePrinter& lp, const std::string& file, uint64_t file_copied_bytes, in ReportProgress()
163 if (file_copied_bytes > file_total_bytes || file_total_bytes == 0) { in ReportProgress()
168 file.c_str(), file_copied_bytes); in ReportProgress()
173 int file_percentage = static_cast<int>(file_copied_bytes * 100 / file_total_bytes); in ReportProgress()
269 void ReportProgress(const std::string& file, uint64_t file_copied_bytes, in ReportProgress() argument
271 current_ledger_.ReportProgress(line_printer_, file, file_copied_bytes, file_total_bytes); in ReportProgress()