Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dimage_aggregator.cc117 const std::string& header_file, in MakeCompositeDiskSpec() argument
122 header->set_file_path(header_file); in MakeCompositeDiskSpec()
213 void CreateGptFiles(cvd::SharedFD gpt, const std::string& header_file, in CreateGptFiles() argument
220 auto header_fd = cvd::SharedFD::Open(header_file.c_str(), O_CREAT | O_RDWR, 0755); in CreateGptFiles()
299 const std::string& header_file, in CreateCompositeDisk() argument
306 CreateGptFiles(partition_table_fd, header_file, footer_file); in CreateCompositeDisk()
307 auto composite_proto = MakeCompositeDiskSpec(table, partitions, header_file, footer_file); in CreateCompositeDisk()
Dimage_aggregator.h30 const std::string& header_file,