Searched refs:GetPartitionEntry (Results 1 – 12 of 12) sorted by relevance
79 gpt_entry *e = gpt.GetPartitionEntry(slot ? "boot_b" : "boot_a"); in isSlotFlagSet()101 gpt_entry *e = gpt.GetPartitionEntry(slot ? "boot_b" : "boot_a"); in setSlotFlag()163 gpt_entry *active_entry = gpt.GetPartitionEntry(slot == 0 ? "boot_a" : "boot_b"); in setActiveBootSlot()164 gpt_entry *inactive_entry = gpt.GetPartitionEntry(slot == 0 ? "boot_b" : "boot_a"); in setActiveBootSlot()231 gpt_entry *e = gpt.GetPartitionEntry(slot ? "boot_b" : "boot_a"); in setSlotAsUnbootable()
61 gpt_entry *GetPartitionEntry(std::string name);
126 gpt_entry *GptUtils::GetPartitionEntry(std::string name) in GetPartitionEntry() function in android::hardware::boot::V1_0::implementation::GptUtils
96 gpt_entry *e = gpt.GetPartitionEntry(slot ? "boot_b" : "boot_a"); in isSlotFlagSet()118 gpt_entry *e = gpt.GetPartitionEntry(slot ? "boot_b" : "boot_a"); in setSlotFlag()248 gpt_entry *active_entry = gpt.GetPartitionEntry(slot == 0 ? "boot_a" : "boot_b"); in setActiveBootSlot()249 gpt_entry *inactive_entry = gpt.GetPartitionEntry(slot == 0 ? "boot_b" : "boot_a"); in setActiveBootSlot()325 gpt_entry *e = gpt.GetPartitionEntry(slot ? "boot_b" : "boot_a"); in setSlotAsUnbootable()
123 gpt_entry *GptUtils::GetPartitionEntry(std::string name) { in GetPartitionEntry() function in android::hardware::boot::V1_2::implementation::GptUtils
98 gpt_entry *e = gpt.GetPartitionEntry(slot ? "boot_b" : "boot_a"); in isSlotFlagSet()120 gpt_entry *e = gpt.GetPartitionEntry(slot ? "boot_b" : "boot_a"); in setSlotFlag()265 gpt_entry *active_entry = gpt.GetPartitionEntry(slot == 0 ? "boot_a" : "boot_b"); in setActiveBootSlot()266 gpt_entry *inactive_entry = gpt.GetPartitionEntry(slot == 0 ? "boot_b" : "boot_a"); in setActiveBootSlot()342 gpt_entry *e = gpt.GetPartitionEntry(slot ? "boot_b" : "boot_a"); in setSlotAsUnbootable()