Searched refs:other_suffix (Results 1 – 4 of 4) sorted by relevance
30 static std::string other_suffix(const std::string& slot_suffix) { in other_suffix() function43 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()
284 auto other_suffix = (suffix == "_a") ? "_b" : "_a"; in GetOtherPartitionName() local285 return name.substr(0, name.size() - suffix.size()) + other_suffix; in GetOtherPartitionName()
215 auto other_suffix = sanitized_partition_name.rfind("_other"); in AvbPartitionToDevicePatition() local216 if (other_suffix != std::string::npos) { in AvbPartitionToDevicePatition()217 sanitized_partition_name.erase(other_suffix); // converts system_other => system in AvbPartitionToDevicePatition()
442 auto other_suffix = android::fs_mgr::OtherSlotSuffix(suffix); in LoadAndVerifyVbmeta() local443 return LoadAndVerifyVbmeta("vbmeta", suffix, other_suffix, in LoadAndVerifyVbmeta()