Home
last modified time | relevance | path

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

/system/vold/
DCheckpoint.cpp92 if (entry.fs_mgr_flags.checkpoint_blk || entry.fs_mgr_flags.checkpoint_fs) { in cp_supportsCheckpoint()
116 if (entry.fs_mgr_flags.checkpoint_fs) { in cp_supportsFileCheckpoint()
194 if (fstab_rec->fs_mgr_flags.checkpoint_fs) { in cp_commitChanges()
392 if (fstab_rec->fs_mgr_flags.checkpoint_blk || fstab_rec->fs_mgr_flags.checkpoint_fs) { in cp_prepareCheckpoint()
395 fstab_rec->fs_mgr_flags.checkpoint_fs == 1) in cp_prepareCheckpoint()
/system/core/fs_mgr/include_fstab/fstab/
Dfstab.h82 bool checkpoint_fs : 1; member
/system/core/fs_mgr/tests/
Dfs_mgr_test.cpp306 lhs.checkpoint_fs == rhs.checkpoint_fs && in CompareFlags()
381 flags.checkpoint_fs = true; in TEST()
/system/core/fs_mgr/
Dfs_mgr.cpp1042 return entry->fs_mgr_flags.checkpoint_blk || entry->fs_mgr_flags.checkpoint_fs; in SupportsCheckpoint()
1105 if (entry->fs_mgr_flags.checkpoint_fs) { in UpdateCheckpointPartition()
1741 if (!force_umount && fstab_entry->fs_mgr_flags.checkpoint_fs) { in fs_mgr_remount_userdata_into_checkpointing()
Dfs_mgr_fstab.cpp176 CheckFlag("checkpoint=fs", checkpoint_fs); in ParseFsMgrFlags()