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

/fuchsia/zircon/system/uapp/disk-pave/
H A Ddevice-partitioner.cpp572 const uint8_t efi_type[GPT_GUID_LEN] = GUID_EFI_VALUE; local
573 memcpy(type, efi_type, GPT_GUID_LEN);
596 const uint8_t efi_type[GPT_GUID_LEN] = GUID_EFI_VALUE; local
606 return memcmp(part.type, efi_type, GPT_GUID_LEN) == 0 && (old_efi || new_efi);

Completed in 76 milliseconds