Searched defs:GPT_mapping (Results 1 - 1 of 1) sorted by relevance

/system/core/fastbootd/commands/
H A Dpartitions.h56 struct GPT_mapping { struct
65 struct GPT_mapping header_map;
66 struct GPT_mapping entries_map;
67 struct GPT_mapping sec_header_map;
68 struct GPT_mapping sec_entries_map;
136 int gpt_mmap(struct GPT_mapping *mapping, uint64_t location, int size, int fd);
138 void gpt_unmap(struct GPT_mapping *mapping);

Completed in 73 milliseconds