Home
last modified time | relevance | path

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

/system/dev/block/gpt/
A Dgpt.cpp48 gpt_entry_t gpt_entry; member
75 return dev->gpt_entry.last - dev->gpt_entry.first + 1; in get_lba_count()
132 memcpy(guid, device->gpt_entry.type, GPT_GUID_LEN); in gpt_ioctl()
139 memcpy(guid, device->gpt_entry.guid, GPT_GUID_LEN); in gpt_ioctl()
179 bop->rw.offset_dev += gpt->gpt_entry.first; in gpt_queue()
369 memcpy(&device->gpt_entry, entry, sizeof(gpt_entry_t)); in gpt_bind_thread()
370 block_info.block_count = device->gpt_entry.last - device->gpt_entry.first + 1; in gpt_bind_thread()
375 uint8_to_guid_string(partition_guid, device->gpt_entry.guid); in gpt_bind_thread()
377 utf16_to_cstring(pname, device->gpt_entry.name, GPT_NAME_LEN); in gpt_bind_thread()
382 uint8_to_guid_string(type_guid, device->gpt_entry.type); in gpt_bind_thread()
[all …]
/system/public/zircon/hw/
A Dgpt.h36 typedef struct gpt_entry { struct

Completed in 4 milliseconds