Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr_slotselect.cpp42 std::string fs_mgr_get_other_slot_suffix() { in fs_mgr_get_other_slot_suffix() function
Dfs_mgr_overlayfs.cpp919 auto other_slot = fs_mgr_get_other_slot_suffix(); in GetPhysicalScratchDevice()
1058 TruncatePartitionsWithSuffix(builder.get(), fs_mgr_get_other_slot_suffix()); in CreateDynamicScratch()
/system/core/fs_mgr/liblp/
Ddevice_test.cpp65 auto other_slot_suffix = fs_mgr_get_other_slot_suffix(); in TEST_F()
/system/core/fs_mgr/libfs_avb/
Dfs_avb_util.cpp43 fs_mgr_get_other_slot_suffix()); in LoadAndVerifyVbmeta()
Dfs_avb.cpp377 return LoadAndVerifyVbmeta("vbmeta", fs_mgr_get_slot_suffix(), fs_mgr_get_other_slot_suffix(), in LoadAndVerifyVbmeta()
494 fs_mgr_get_slot_suffix(), fs_mgr_get_other_slot_suffix())) { in SetUpAvbHashtree()
529 fs_mgr_get_other_slot_suffix()); in GetSecurityPatchLevel()
/system/core/fs_mgr/libsnapshot/
Ddevice_info.cpp48 return fs_mgr_get_other_slot_suffix(); in GetOtherSlotSuffix()
/system/core/fs_mgr/include_fstab/fstab/
Dfstab.h27 std::string fs_mgr_get_other_slot_suffix();
/system/update_engine/aosp/
Dhardware_android.cc90 auto suffix = fs_mgr_get_other_slot_suffix(); in CalculateVbmetaDigestForInactiveSlot()