Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dimage_aggregator.cc44 const int GPT_FOOTER_SIZE = 512 * 33; variable
141 size_t footer_start = bpt_file["settings"]["disk_size"].asUInt64() - GPT_FOOTER_SIZE; in MakeCompositeDiskSpec()
149 footer->set_offset(bpt_file["settings"]["disk_size"].asUInt64() - GPT_FOOTER_SIZE); in MakeCompositeDiskSpec()
224 content.resize(GPT_FOOTER_SIZE); in CreateGptFiles()
225 if (cvd::ReadExact(gpt, &content) < GPT_FOOTER_SIZE) { in CreateGptFiles()
229 if (cvd::WriteAll(footer_fd, content) < GPT_FOOTER_SIZE) { in CreateGptFiles()