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

  /system/core/fastbootd/commands/
partitions.h 68 struct GPT_mapping sec_entries_map; member in struct:GPT_entry_table
partitions.c 140 if (gpt_mmap(&table->sec_entries_map,
148 table->second_entries = (struct GPT_entry_raw *) table->sec_entries_map.ptr;
257 gpt_unmap(&table->sec_entries_map);

Completed in 4795 milliseconds