Searched defs:bytes_total (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dfile_sync_client.c69 unsigned long long bytes_total) {
70 if (bytes_total == 0) return;
72 fprintf(stderr, transfer_progress_format, bytes_current, bytes_total,
73 (int) (bytes_current * 100 / bytes_total));
75 if (bytes_current == bytes_total) {
68 print_transfer_progress(unsigned long long bytes_current, unsigned long long bytes_total) argument

Completed in 498 milliseconds