Home
last modified time | relevance | path

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

/system/core/adb/
Dfile_sync_client.cpp145 void ReportProgress(LinePrinter& lp, const std::string& file, uint64_t file_copied_bytes, in ReportProgress()
159 if (file_copied_bytes > file_total_bytes || file_total_bytes == 0) { in ReportProgress()
164 file.c_str(), file_copied_bytes); in ReportProgress()
169 int file_percentage = static_cast<int>(file_copied_bytes * 100 / file_total_bytes); in ReportProgress()
266 void ReportProgress(const std::string& file, uint64_t file_copied_bytes, in ReportProgress() argument
268 current_ledger_.ReportProgress(line_printer_, file, file_copied_bytes, file_total_bytes); in ReportProgress()