Home
last modified time | relevance | path

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

/system/core/fs_mgr/libfstab/
Dslotselect.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()
82 return other_suffix(suffix); in OtherSlotSuffix()
/system/core/fs_mgr/libsnapshot/
Dutility.cpp284 auto other_suffix = (suffix == "_a") ? "_b" : "_a"; in GetOtherPartitionName() local
285 return name.substr(0, name.size() - suffix.size()) + other_suffix; in GetOtherPartitionName()
/system/core/fs_mgr/libfs_avb/
Davb_util.cpp215 auto other_suffix = sanitized_partition_name.rfind("_other"); in AvbPartitionToDevicePatition() local
216 if (other_suffix != std::string::npos) { in AvbPartitionToDevicePatition()
217 sanitized_partition_name.erase(other_suffix); // converts system_other => system in AvbPartitionToDevicePatition()
Dfs_avb.cpp442 auto other_suffix = android::fs_mgr::OtherSlotSuffix(suffix); in LoadAndVerifyVbmeta() local
443 return LoadAndVerifyVbmeta("vbmeta", suffix, other_suffix, in LoadAndVerifyVbmeta()