Home
last modified time | relevance | path

Searched refs:GetPartitionEntry (Results 1 – 12 of 12) sorted by relevance

/device/google/gs101/interfaces/boot/1.0/
DBootControl.cpp79 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()
DGptUtils.h61 gpt_entry *GetPartitionEntry(std::string name);
DGptUtils.cpp126 gpt_entry *GptUtils::GetPartitionEntry(std::string name) in GetPartitionEntry() function in android::hardware::boot::V1_0::implementation::GptUtils
/device/google/gs201/interfaces/boot/1.0/
DBootControl.cpp79 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()
DGptUtils.h61 gpt_entry *GetPartitionEntry(std::string name);
DGptUtils.cpp126 gpt_entry *GptUtils::GetPartitionEntry(std::string name) in GetPartitionEntry() function in android::hardware::boot::V1_0::implementation::GptUtils
/device/google/gs201/interfaces/boot/1.2/
DBootControl.cpp96 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()
DGptUtils.h61 gpt_entry *GetPartitionEntry(std::string name);
DGptUtils.cpp123 gpt_entry *GptUtils::GetPartitionEntry(std::string name) { in GetPartitionEntry() function in android::hardware::boot::V1_2::implementation::GptUtils
/device/google/gs101/interfaces/boot/1.2/
DBootControl.cpp98 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()
DGptUtils.h61 gpt_entry *GetPartitionEntry(std::string name);
DGptUtils.cpp123 gpt_entry *GptUtils::GetPartitionEntry(std::string name) { in GetPartitionEntry() function in android::hardware::boot::V1_2::implementation::GptUtils