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

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

Completed in 182 milliseconds