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

  /system/core/fastbootd/commands/
partitions.h 47 struct GPT_entry_raw {
71 struct GPT_entry_raw *entries;
73 struct GPT_entry_raw *second_entries;
100 struct GPT_entry_raw *entries;
109 struct GPT_entry_raw *old_entry,
110 struct GPT_entry_raw *new_entry);
112 int GPT_delete_entry(struct GPT_entry_table *table, struct GPT_entry_raw *entry);
114 void GPT_add_entry(struct GPT_entry_table *table, struct GPT_entry_raw *entry);
116 struct GPT_entry_raw *GPT_get_pointer(struct GPT_entry_table *table, struct GPT_entry_raw *entry)
    [all...]
partitions.c 67 static void GPT_entry_clear(struct GPT_entry_raw *entry)
130 table->entries = (struct GPT_entry_raw *) table->entries_map.ptr;
148 table->second_entries = (struct GPT_entry_raw *) table->sec_entries_map.ptr;
262 static int GPT_check_overlap(struct GPT_entry_table *table, struct GPT_entry_raw *entry);
264 struct GPT_entry_raw *entry,
265 struct GPT_entry_raw *exclude);
268 struct GPT_entry_raw *old_entry,
269 struct GPT_entry_raw *new_entry)
271 struct GPT_entry_raw *current_entry = GPT_get_pointer(table, old_entry);
286 int GPT_delete_entry(struct GPT_entry_table *table, struct GPT_entry_raw *entry
    [all...]
  /system/core/fastbootd/
vendor_trigger.h 37 struct GPT_entry_raw;
  /system/core/fastbootd/other/
gptedit.c 175 struct GPT_entry_raw *entry = table->entries;
195 struct GPT_entry_raw *entry = table->entries;
273 struct GPT_entry_raw data;
288 struct GPT_entry_raw *entry;

Completed in 897 milliseconds