Searched refs:other_suffix (Results 1 – 3 of 3) 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()
281 auto other_suffix = sanitized_partition_name.rfind("_other"); in AvbPartitionToDevicePatition() local282 if (other_suffix != std::string::npos) { in AvbPartitionToDevicePatition()283 sanitized_partition_name.erase(other_suffix); // converts system_other => system in AvbPartitionToDevicePatition()
579 auto other_suffix = device_->GetOtherSlotSuffix(); in InitiateMerge() local583 if (android::base::EndsWith(snapshot, other_suffix)) { in InitiateMerge()