Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dimage_aggregator.cc228 auto footer_fd = cvd::SharedFD::Open(footer_file.c_str(), O_CREAT | O_RDWR, 0755); in CreateGptFiles() local
229 if (cvd::WriteAll(footer_fd, content) < GPT_FOOTER_SIZE) { in CreateGptFiles()