Searched refs:last_reported_percent_progress_ (Results 1 – 4 of 4) sorted by relevance
260 dprintf(fd, "last_percent_progress: %d\n", ds_->last_reported_percent_progress_); in dump()
476 int last_reported_percent_progress_ = 0; variable
3791 last_reported_percent_progress_(0), in Dumpstate()4602 if (last_reported_percent_progress_ > 0 && percent <= last_reported_percent_progress_) { in UpdateProgress()4605 last_reported_percent_progress_ = percent; in UpdateProgress()
540 ds.last_reported_percent_progress_ = 0; in SetProgress()