Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/
H A Dfs_mgr_slotselect.cpp60 if (!entry.fs_mgr_flags.slot_select && !entry.fs_mgr_flags.slot_select_other) { in fs_mgr_update_for_slotselect()
H A Dfs_mgr_fstab.cpp180 CheckFlag("slotselect_other", slot_select_other); in ParseFsMgrFlags()
647 entry->fs_mgr_flags.slot_select_other = false; in TransformFstabForDsu()
H A Dfs_mgr_remount.cpp187 entry.fs_mgr_flags.slot_select_other) { in IsRemountable()
H A Dfs_mgr_overlayfs.cpp1257 if (entry->fs_mgr_flags.slot_select_other) return false; in fs_mgr_wants_overlayfs()
/aosp14/system/core/fs_mgr/include_fstab/fstab/
H A Dfstab.h81 bool slot_select_other : 1; member
/aosp14/system/core/fs_mgr/libfs_avb/tests/
H A Davb_util_test.cpp126 fstab_entry.fs_mgr_flags.slot_select_other = true; in TEST_F()
137 fstab_entry.fs_mgr_flags.slot_select_other = false; in TEST_F()
151 fstab_entry.fs_mgr_flags.slot_select_other = true; in TEST_F()
/aosp14/system/core/fs_mgr/libfs_avb/
H A Davb_util.cpp246 } else if (fstab_entry.fs_mgr_flags.slot_select_other) { in DeriveAvbPartitionName()
/aosp14/system/core/fs_mgr/tests/
H A Dfs_mgr_test.cpp208 lhs.slot_select_other == rhs.slot_select_other && in CompareFlags()