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

/system/core/adb/
H A Dfile_sync_client.c36 static unsigned long long total_bytes; variable
49 total_bytes = 0;
56 if(total_bytes == 0) return;
62 ((total_bytes * 1000000LL) / t) / 1024LL,
63 total_bytes, (t / 1000000LL), (t % 1000000LL) / 1000LL);
271 total_bytes += ret;
274 print_transfer_progress(total_bytes, size);
302 total_bytes += count;
331 total_bytes += len + 1;
508 total_bytes
[all...]

Completed in 21 milliseconds