Home
last modified time | relevance | path

Searched refs:slot_select (Results 1 – 7 of 7) 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()
71 entry.fs_mgr_flags.slot_select ? ab_suffix : other_suffix(ab_suffix); in fs_mgr_update_for_slotselect()
Dfs_mgr_verity.cpp671 bool slot_select) { in update_verity_table_blk_device() argument
677 if (slot_select) ab_suffix = fs_mgr_get_slot_suffix(); in update_verity_table_blk_device()
804 entry->fs_mgr_flags.slot_select); in fs_mgr_setup_verity()
Dfs_mgr_fstab.cpp202 CheckFlag("slotselect", slot_select); in ParseFsMgrFlags()
/system/core/fs_mgr/include_fstab/fstab/
Dfstab.h74 bool slot_select : 1; member
/system/core/fs_mgr/libfs_avb/tests/
Davb_util_test.cpp117 fstab_entry.fs_mgr_flags.slot_select = true; in TEST_F()
124 fstab_entry.fs_mgr_flags.slot_select = false; in TEST_F()
135 fstab_entry.fs_mgr_flags.slot_select = false; in TEST_F()
142 fstab_entry.fs_mgr_flags.slot_select = true; in TEST_F()
149 fstab_entry.fs_mgr_flags.slot_select = false; in TEST_F()
/system/core/fs_mgr/tests/
Dfs_mgr_test.cpp295 lhs.slot_select == rhs.slot_select && in CompareFlags()
350 flags.slot_select = true; in TEST()
/system/core/fs_mgr/libfs_avb/
Davb_util.cpp257 if (fstab_entry.fs_mgr_flags.slot_select) { in DeriveAvbPartitionName()