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

/fuchsia/zircon/system/uapp/disk-pave/
H A Ddevice-partitioner.cpp32 const uint8_t kern_type[GPT_GUID_LEN] = GUID_CROS_KERNEL_VALUE; local
35 return memcmp(part.type, kern_type, GPT_GUID_LEN) == 0 &&
800 const uint8_t kern_type[GPT_GUID_LEN] = GUID_CROS_KERNEL_VALUE; local
810 if (memcmp(part->type, kern_type, GPT_GUID_LEN)) {

Completed in 25 milliseconds