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

  /system/core/fastbootd/commands/
partitions.h 87 uint64_t backup_lba; member in struct:GPT_header
partitions.c 133 if (gpt_mmap(&table->sec_header_map, LBA_ADDR(table, content->header.backup_lba),
141 LBA_ADDR(table, content->header.backup_lba) - table->partition_table_size,
590 .backup_lba = 1,
640 get_config_uint64(node, &content->header.backup_lba, "backup_lba");
  /system/core/gpttool/
gpttool.c 55 u64 backup_lba; member in struct:efi_header
309 hdr->backup_lba = sz - 1;
  /system/core/fastbootd/other/
gptedit.c 202 printf("backup_lba %"PRId64"\n", table->header->backup_lba);

Completed in 127 milliseconds