HomeSort by relevance Sort by last modified time
    Searched refs:GPT_mapping (Results 1 - 3 of 3) sorted by null

  /system/core/fastbootd/commands/
partitions.h 56 struct GPT_mapping {
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);
flash.c 94 struct GPT_mapping input;
95 struct GPT_mapping output;
partitions.c 76 int gpt_mmap(struct GPT_mapping *mapping, uint64_t location, int size, int fd)
101 void gpt_unmap(struct GPT_mapping *mapping) {
166 struct GPT_mapping mapping;

Completed in 45 milliseconds