46 const std::string& output_path);
61 std::vector<ImagePartition> partitions,
const std::string& header_file,
62 const std::string& footer_file,
const std::string& output_composite_path,
uint32_t size
Definition: io.h:2
Definition: alloc_driver.h:20
Result< void > AggregateImage(const std::vector< ImagePartition > &partitions, const std::string &output_path)
Definition: image_aggregator.cc:310
uint64_t AlignToPartitionSize(uint64_t size)
Definition: image_aggregator.cc:306
tl::expected< T, StackTraceError > Result
Definition: result_type.h:30
Result< void > CreateOrUpdateCompositeDisk(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:345
GptPartitionType
Definition: gpt_type_guid.h:24
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