46 const std::string& output_path);
61 const std::string& header_file,
62 const std::string& footer_file,
63 const std::string& output_composite_path,
Definition: expected.h:86
uint32_t size
Definition: io.h:2
Definition: alloc_utils.cpp:23
Result< void > CreateCompositeDisk(std::vector< ImagePartition > partitions, const std::string &header_file, const std::string &footer_file, const std::string &output_composite_path, bool read_only)
Definition: image_aggregator.cc:343
Result< void > AggregateImage(const std::vector< ImagePartition > &partitions, const std::string &output_path)
Definition: image_aggregator.cc:303
uint64_t AlignToPartitionSize(uint64_t size)
Definition: image_aggregator.cc:299
GptPartitionType
Definition: gpt_type_guid.h:22
Definition: image_aggregator.h:32
GptPartitionType type
Definition: image_aggregator.h:35
std::string image_file_path
Definition: image_aggregator.h:34
std::string label
Definition: image_aggregator.h:33