Home
last modified time | relevance | path

Searched defs:NeedsCheckpoint (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/system/apex/apexd/
H A Dapexd_checkpoint_vold.cpp66 Result<bool> VoldCheckpointInterface::NeedsCheckpoint() { in NeedsCheckpoint() function in android::apex::VoldCheckpointInterface
H A Dapexd_test.cpp127 Result<bool> NeedsCheckpoint() override { return needs_checkpoint_; } in NeedsCheckpoint() function in android::apex::MockCheckpointInterface
/aosp_15_r20/system/core/fs_mgr/
H A Dfs_mgr.cpp1150 bool NeedsCheckpoint() { in NeedsCheckpoint() function in CheckpointManager