HomeSort by relevance Sort by last modified time
    Searched refs:current_bytes_downloaded (Results 1 - 3 of 3) sorted by null

  /system/update_engine/
update_attempter_android.cc 505 int64_t current_bytes_downloaded = local
510 current_bytes_downloaded + bytes_progressed);
720 int64_t current_bytes_downloaded = local
723 current_bytes_downloaded,
745 if (current_bytes_downloaded > 0) {
747 (total_bytes_downloaded - current_bytes_downloaded) * 100ull /
748 current_bytes_downloaded;
payload_state.h 351 uint64_t current_bytes_downloaded,
payload_state.cc     [all...]

Completed in 132 milliseconds