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

  /system/core/fastbootd/commands/
partitions.h 76 unsigned partition_table_size; member in struct:GPT_entry_table
partitions.c 120 table->partition_table_size = ROUND_UP(content->header.entries_count * sizeof(*table->entries),
125 table->partition_table_size, table->fd)) {
141 LBA_ADDR(table, content->header.backup_lba) - table->partition_table_size,
142 table->partition_table_size, table->fd)) {
431 memcpy((void *)table->second_entries, (void *) table->entries, table->partition_table_size);

Completed in 670 milliseconds