Home
last modified time | relevance | path

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

/system/update_engine/
Dpayload_state.h104 return source < kNumDownloadSources ? current_bytes_downloaded_[source] : 0; in GetCurrentBytesDownloaded()
528 uint64_t current_bytes_downloaded_[kNumDownloadSources + 1]; variable
Dpayload_state.cc75 total_bytes_downloaded_[i] = current_bytes_downloaded_[i] = 0; in PayloadState()
1187 current_bytes_downloaded_[source] = current_bytes_downloaded; in SetCurrentBytesDownloaded()