Searched defs:overall_progress_ (Results 1 - 1 of 1) sorted by relevance

/system/update_engine/payload_consumer/
H A Ddelta_performer.cc206 << overall_progress_ << "%"; local
245 if (new_overall_progress < overall_progress_) {
246 LOG(WARNING) << "progress counter receded from " << overall_progress_
250 overall_progress_ = new_overall_progress;
256 overall_progress_ * kProgressLogMaxChunks / 100;

Completed in 153 milliseconds