Home
last modified time | relevance | path

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

/system/public/zircon/hw/
A Dgpt.h14 #define GPT_ENTRY_SIZE 0x80 macro
/system/ulib/gpt/
A Dgpt.cpp50 static_assert(sizeof(gpt_partition_t) == GPT_ENTRY_SIZE, "unexpected gpt entry size");
191 memcpy(ptr, *p, GPT_ENTRY_SIZE); in gpt_device_finalize_and_sync()
192 ptr += GPT_ENTRY_SIZE; in gpt_device_finalize_and_sync()
198 header.entries_size = GPT_ENTRY_SIZE; in gpt_device_finalize_and_sync()
602 memset(dev->partitions[i], 0, GPT_ENTRY_SIZE); in gpt_partition_remove()

Completed in 5 milliseconds