Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/image_aggregator/
Dimage_aggregator.cc302 CompositeDisk MakeCompositeDiskSpec(const std::string& header_file, in MakeCompositeDiskSpec() argument
309 header->set_file_path(header_file); in MakeCompositeDiskSpec()
332 component->set_file_path(header_file); in MakeCompositeDiskSpec()
504 const std::string& header_file, in CreateCompositeDisk() argument
512 return CreateCompositeDisk(std::move(multiple_image_partitions), header_file, in CreateCompositeDisk()
517 const std::string& header_file, in CreateCompositeDisk() argument
524 auto header = SharedFD::Creat(header_file, 0600); in CreateCompositeDisk()
527 LOG(FATAL) << "Could not write GPT beginning to \"" << header_file in CreateCompositeDisk()
535 auto composite_proto = builder.MakeCompositeDiskSpec(header_file, footer_file); in CreateCompositeDisk()
Dimage_aggregator.h69 const std::string& header_file,
78 const std::string& header_file,