Searched refs:gpt_mmap (Results 1 - 3 of 3) sorted by relevance

/system/core/fastbootd/commands/
H A Dflash.c100 if (gpt_mmap(&input, written + skip, current_size, data_fd)) {
104 if (gpt_mmap(&output, written, current_size, partition_fd)) {
H A Dpartitions.h136 int gpt_mmap(struct GPT_mapping *mapping, uint64_t location, int size, int fd);
H A Dpartitions.c76 int gpt_mmap(struct GPT_mapping *mapping, uint64_t location, int size, int fd) function
112 if (gpt_mmap(&table->header_map, LBA_ADDR(table, content->header.current_lba),
124 if (gpt_mmap(&table->entries_map, LBA_ADDR(table, content->header.entries_lba),
133 if (gpt_mmap(&table->sec_header_map, LBA_ADDR(table, content->header.backup_lba),
140 if (gpt_mmap(&table->sec_entries_map,
169 if (gpt_mmap(&mapping, LBA_ADDR(table, header_lba), table->sector_size, table->fd)) {

Completed in 351 milliseconds