Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Ddelta_performer.h445 base::TimeTicks update_checkpoint_time_; variable
Ddelta_performer.cc1854 if (force || curr_time > update_checkpoint_time_) { in CheckpointUpdateProgress()
1855 update_checkpoint_time_ = curr_time + update_checkpoint_wait_; in CheckpointUpdateProgress()