Home
last modified time | relevance | path

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

/aosp12/system/update_engine/
H A Ddownload_action.cc215 uint64_t bytes_downloaded_total = in ReceivedBytes() local
218 delegate_->BytesReceived(length, bytes_downloaded_total, bytes_total_); in ReceivedBytes()
/aosp12/system/update_engine/cros/
H A Ddownload_action_chromeos.cc373 uint64_t bytes_downloaded_total = in ReceivedBytes() local
376 delegate_->BytesReceived(length, bytes_downloaded_total, bytes_total_); in ReceivedBytes()