Home
last modified time | relevance | path

Searched refs:other_suffix (Results 1 – 3 of 3) sorted by relevance

/system/core/fs_mgr/
Dfs_mgr_slotselect.cpp30 static std::string other_suffix(const std::string& slot_suffix) { in other_suffix() function
43 return other_suffix(fs_mgr_get_slot_suffix()); in fs_mgr_get_other_slot_suffix()
71 entry.fs_mgr_flags.slot_select ? ab_suffix : other_suffix(ab_suffix); in fs_mgr_update_for_slotselect()
/system/core/fs_mgr/libfs_avb/
Davb_util.cpp281 auto other_suffix = sanitized_partition_name.rfind("_other"); in AvbPartitionToDevicePatition() local
282 if (other_suffix != std::string::npos) { in AvbPartitionToDevicePatition()
283 sanitized_partition_name.erase(other_suffix); // converts system_other => system in AvbPartitionToDevicePatition()
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp579 auto other_suffix = device_->GetOtherSlotSuffix(); in InitiateMerge() local
583 if (android::base::EndsWith(snapshot, other_suffix)) { in InitiateMerge()