Home
last modified time | relevance | path

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

/hardware/qcom/bootctrl/
Dboot_control.cpp394 char inactive_guid[TYPE_GUID_SIZE + 1] = {0}; in boot_ctl_set_active_slot_for_partitions() local
454 memset(inactive_guid, '\0', sizeof(inactive_guid)); in boot_ctl_set_active_slot_for_partitions()
459 memcpy((void*)inactive_guid,(const void*)pentryB, in boot_ctl_set_active_slot_for_partitions()
466 memcpy((void*)inactive_guid, (const void*)pentryA, in boot_ctl_set_active_slot_for_partitions()
479 UPDATE_SLOT(pentryB, inactive_guid, SLOT_INACTIVE); in boot_ctl_set_active_slot_for_partitions()
481 UPDATE_SLOT(pentryB_bak, inactive_guid, SLOT_INACTIVE); in boot_ctl_set_active_slot_for_partitions()
489 UPDATE_SLOT(pentryA, inactive_guid, SLOT_INACTIVE); in boot_ctl_set_active_slot_for_partitions()
491 UPDATE_SLOT(pentryA_bak, inactive_guid, SLOT_INACTIVE); in boot_ctl_set_active_slot_for_partitions()