Home
last modified time | relevance | path

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

/system/vold/
DCheckpoint.cpp101 if (entry.fs_mgr_flags.checkpoint_blk || entry.fs_mgr_flags.checkpoint_fs) { in cp_supportsCheckpoint()
125 if (entry.fs_mgr_flags.checkpoint_fs) { in cp_supportsFileCheckpoint()
205 if (fstab_rec->fs_mgr_flags.checkpoint_fs) { in cp_commitChanges()
403 if (fstab_rec->fs_mgr_flags.checkpoint_blk || fstab_rec->fs_mgr_flags.checkpoint_fs) { in cp_prepareCheckpoint()
406 fstab_rec->fs_mgr_flags.checkpoint_fs == 1) in cp_prepareCheckpoint()
/system/core/fs_mgr/libfstab/include/fstab/
Dfstab.h81 bool checkpoint_fs : 1; member
/system/core/fs_mgr/tests/
Dfs_mgr_test.cpp218 lhs.checkpoint_fs == rhs.checkpoint_fs && in CompareFlags()
498 flags.checkpoint_fs = true; in TEST()
/system/core/fs_mgr/
Dfs_mgr.cpp1135 return entry->fs_mgr_flags.checkpoint_blk || entry->fs_mgr_flags.checkpoint_fs; in SupportsCheckpoint()
1201 if (entry->fs_mgr_flags.checkpoint_fs) { in UpdateCheckpointPartition()
1857 if (!force_umount && fstab_entry->fs_mgr_flags.checkpoint_fs) { in fs_mgr_remount_userdata_into_checkpointing()
/system/core/fs_mgr/libfstab/
Dfstab.cpp202 CheckFlag("checkpoint=fs", checkpoint_fs); in ParseFsMgrFlags()