Home
last modified time | relevance | path

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

/system/update_engine/
Dpayload_state.h105 return source < kNumDownloadSources ? current_bytes_downloaded_[source] : 0; in GetCurrentBytesDownloaded()
544 uint64_t current_bytes_downloaded_[kNumDownloadSources + 1]; variable
Dpayload_state.cc78 total_bytes_downloaded_[i] = current_bytes_downloaded_[i] = 0; in PayloadState()
1210 current_bytes_downloaded_[source] = current_bytes_downloaded; in SetCurrentBytesDownloaded()