HomeSort by relevance Sort by last modified time
    Searched full:total_bytes_downloaded_ (Results 1 - 2 of 2) sorted by null

  /system/update_engine/
payload_state.h 110 return source < kNumDownloadSources ? total_bytes_downloaded_[source] : 0;
537 uint64_t total_bytes_downloaded_[kNumDownloadSources + 1]; member in class:chromeos_update_engine::PayloadState
payload_state.cc 68 total_bytes_downloaded_[i] = current_bytes_downloaded_[i] = 0;
    [all...]

Completed in 3335 milliseconds