HomeSort by relevance Sort by last modified time
    Searched refs:PRIMARY_GPT (Results 1 - 3 of 3) sorted by null

  /device/google/marlin/recovery/oem-recovery/
gpt-utils.h 100 PRIMARY_GPT = 0,
gpt-utils.cpp 426 if (gpt == PRIMARY_GPT)
490 if (gpt == PRIMARY_GPT)
773 r = gpt_get_state(fd, PRIMARY_GPT, &gpt_prim) ||
856 r = gpt_set_state(fd, PRIMARY_GPT, GPT_BAD_SIGNATURE);
886 r = gpt_set_state(fd, PRIMARY_GPT, GPT_OK);
    [all...]
  /hardware/qcom/bootctrl/
boot_control.cpp 107 pentry = gpt_disk_get_pentry(disk, partname, PRIMARY_GPT);
204 pentry = gpt_disk_get_pentry(disk, partName, PRIMARY_GPT);
440 pentryA = gpt_disk_get_pentry(disk, slotA, PRIMARY_GPT);
442 pentryB = gpt_disk_get_pentry(disk, slotB, PRIMARY_GPT);

Completed in 659 milliseconds