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

  /system/core/fastbootd/commands/
partitions.h 67 struct GPT_mapping sec_header_map; member in struct:GPT_entry_table
partitions.c 133 if (gpt_mmap(&table->sec_header_map, LBA_ADDR(table, content->header.backup_lba),
147 table->second_header = (struct GPT_header *) table->sec_header_map.ptr;
154 gpt_unmap(&table->sec_header_map);
256 gpt_unmap(&table->sec_header_map);

Completed in 81 milliseconds