Home
last modified time | relevance | path

Searched refs:slot_select_other (Results 1 – 8 of 8) sorted by relevance

/system/core/fs_mgr/
Dfs_mgr_slotselect.cpp60 if (!entry.fs_mgr_flags.slot_select && !entry.fs_mgr_flags.slot_select_other) { in fs_mgr_update_for_slotselect()
Dfs_mgr_remount.cpp63 if (entry.fs_mgr_flags.slot_select_other) return false; in remountable_partition()
Dfs_mgr_fstab.cpp178 CheckFlag("slotselect_other", slot_select_other); in ParseFsMgrFlags()
Dfs_mgr_overlayfs.cpp344 if (entry->fs_mgr_flags.slot_select_other) return false; in fs_mgr_wants_overlayfs()
/system/core/fs_mgr/include_fstab/fstab/
Dfstab.h83 bool slot_select_other : 1; member
/system/core/fs_mgr/tests/
Dfs_mgr_test.cpp308 lhs.slot_select_other == rhs.slot_select_other && in CompareFlags()
365 flags.slot_select_other = true; in TEST()
/system/core/fs_mgr/libfs_avb/tests/
Davb_util_test.cpp125 fstab_entry.fs_mgr_flags.slot_select_other = true; in TEST_F()
136 fstab_entry.fs_mgr_flags.slot_select_other = false; in TEST_F()
150 fstab_entry.fs_mgr_flags.slot_select_other = true; in TEST_F()
/system/core/fs_mgr/libfs_avb/
Davb_util.cpp312 } else if (fstab_entry.fs_mgr_flags.slot_select_other) { in DeriveAvbPartitionName()