Home
last modified time | relevance | path

Searched refs:ShouldCheckpoint (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/update_engine/payload_consumer/
H A Ddelta_performer.h217 virtual bool ShouldCheckpoint();
H A Ddelta_performer.cc1396 bool DeltaPerformer::ShouldCheckpoint() { in ShouldCheckpoint() function in chromeos_update_engine::DeltaPerformer
1406 if (!force && !ShouldCheckpoint()) { in CheckpointUpdateProgress()
H A Ddelta_performer_unittest.cc1129 bool ShouldCheckpoint() override { return true; } in ShouldCheckpoint() function in chromeos_update_engine::TestDeltaPerformer