Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/include_fstab/fstab/
H A Dfstab.h79 bool checkpoint_fs : 1; member
/aosp14/system/core/fs_mgr/tests/
H A Dfs_mgr_test.cpp206 lhs.checkpoint_fs == rhs.checkpoint_fs && in CompareFlags()
469 flags.checkpoint_fs = 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()
1180 if (entry->fs_mgr_flags.checkpoint_fs) { in UpdateCheckpointPartition()
1804 if (!force_umount && fstab_entry->fs_mgr_flags.checkpoint_fs) { in fs_mgr_remount_userdata_into_checkpointing()
H A Dfs_mgr_fstab.cpp178 CheckFlag("checkpoint=fs", checkpoint_fs); in ParseFsMgrFlags()