Home
last modified time | relevance | path

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

/aosp12/system/update_engine/payload_consumer/
H A Ddelta_performer.h435 base::TimeTicks update_checkpoint_time_; variable
H A Ddelta_performer.cc1398 if (curr_time > update_checkpoint_time_) { in ShouldCheckpoint()
1399 update_checkpoint_time_ = curr_time + update_checkpoint_wait_; in ShouldCheckpoint()