Home
last modified time | relevance | path

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

/system/core/adb/
Dfile_sync_client.c35 static unsigned total_bytes; variable
48 total_bytes = 0; in BEGIN()
55 if(total_bytes == 0) return; in END()
61 ((((long long) total_bytes) * 1000000LL) / t) / 1024LL, in END()
62 total_bytes, (t / 1000000LL), (t % 1000000LL) / 1000LL); in END()
240 total_bytes += ret; in write_data_file()
266 total_bytes += count; in write_data_buffer()
291 total_bytes += len + 1; in write_data_link()
504 total_bytes += len; in sync_recv()