Home
last modified time | relevance | path

Searched refs:checkpoint_blk (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/fs_mgr/include_fstab/fstab/
H A Dfstab.h78 bool checkpoint_blk : 1; member
/aosp14/system/core/fs_mgr/tests/
H A Dfs_mgr_test.cpp205 lhs.checkpoint_blk == rhs.checkpoint_blk && in CompareFlags()
461 flags.checkpoint_blk = true; in TEST()
/aosp14/system/core/fs_mgr/
H A Dfs_mgr.cpp1117 return entry->fs_mgr_flags.checkpoint_blk || entry->fs_mgr_flags.checkpoint_fs; in SupportsCheckpoint()
1141 if (entry->fs_mgr_flags.checkpoint_blk && !metadata_encrypted_) { in Update()
1186 } else if (entry->fs_mgr_flags.checkpoint_blk) { in UpdateCheckpointPartition()
H A Dfs_mgr_fstab.cpp177 CheckFlag("checkpoint=block", checkpoint_blk); in ParseFsMgrFlags()