Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Ddownload_action.cc54 bytes_received_(0), in DownloadAction()
174 bytes_received_ = 0; in PerformAction()
256 bytes_received_ = offset; in SeekToOffset()
264 WriteToP2PFile(bytes, length, bytes_received_); in ReceivedBytes()
267 bytes_received_ += length; in ReceivedBytes()
270 length, bytes_received_, install_plan_.payload_size); in ReceivedBytes()
Ddownload_action.h160 uint64_t bytes_received_; variable