Home
last modified time | relevance | path

Searched refs:GPT_NUM_PARTITIONS (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/commands/assemble_cvd/
Dimage_aggregator.cc49 constexpr int GPT_NUM_PARTITIONS = 128; variable
103 GptPartitionEntry entries[GPT_NUM_PARTITIONS];
110 GptPartitionEntry entries[GPT_NUM_PARTITIONS];
224 if (partitions_.size() > GPT_NUM_PARTITIONS) { in Beginning()
239 .num_partition_entries = GPT_NUM_PARTITIONS, in Beginning()
267 GPT_NUM_PARTITIONS * sizeof(GptPartitionEntry)); in Beginning()