Searched refs:bytes_current (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dfile_sync_client.c68 static void print_transfer_progress(unsigned long long bytes_current, argument
72 fprintf(stderr, transfer_progress_format, bytes_current, bytes_total,
73 (int) (bytes_current * 100 / bytes_total));
75 if (bytes_current == bytes_total) {

Completed in 26 milliseconds