Home | History | Annotate | Download | only in update_engine

Lines Matching full:bytes_received

1048                                     uint64_t bytes_received,
1056 progress = static_cast<double>(bytes_received) / static_cast<double>(total);
1057 if (status_ != UpdateStatus::DOWNLOADING || bytes_received == total) {