Home
last modified time | relevance | path

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

/system/uapp/disk-pave/
A Ddevice-partitioner.cpp56 const uint8_t efi_type[GPT_GUID_LEN] = GUID_EFI_VALUE; in IsGigabootPartition() local
61 return memcmp(part.type, efi_type, GPT_GUID_LEN) == 0 && gigaboot_efi; in IsGigabootPartition()
629 const uint8_t efi_type[GPT_GUID_LEN] = GUID_EFI_VALUE; in AddPartition() local
630 memcpy(type, efi_type, GPT_GUID_LEN); in AddPartition()

Completed in 4 milliseconds