Searched refs:pentryB (Results 1 – 1 of 1) sorted by relevance
/hardware/qcom/bootctrl/ |
D | boot_control.cpp | 399 uint8_t *pentryB = NULL; in boot_ctl_set_active_slot_for_partitions() local 444 pentryB = gpt_disk_get_pentry(disk, slotB, PRIMARY_GPT); in boot_ctl_set_active_slot_for_partitions() 446 if ( !pentryA || !pentryA_bak || !pentryB || !pentryB_bak) { in boot_ctl_set_active_slot_for_partitions() 459 memcpy((void*)inactive_guid,(const void*)pentryB, in boot_ctl_set_active_slot_for_partitions() 464 memcpy((void*)active_guid, (const void*)pentryB, in boot_ctl_set_active_slot_for_partitions() 479 UPDATE_SLOT(pentryB, inactive_guid, SLOT_INACTIVE); in boot_ctl_set_active_slot_for_partitions() 485 UPDATE_SLOT(pentryB, active_guid, SLOT_ACTIVE); in boot_ctl_set_active_slot_for_partitions()
|