Android-cuttlefish cvd tool
Classes | Namespaces | Functions
image_aggregator.h File Reference
#include <stdint.h>
#include <string>
#include <vector>
#include "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/host/libs/image_aggregator/gpt_type_guid.h"
Include dependency graph for image_aggregator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  cuttlefish::ImagePartition
 

Namespaces

namespace  cuttlefish
 

Functions

uint64_t cuttlefish::AlignToPartitionSize (uint64_t size)
 
Result< void > cuttlefish::AggregateImage (const std::vector< ImagePartition > &partitions, const std::string &output_path)
 
Result< void > cuttlefish::CreateCompositeDisk (std::vector< ImagePartition > partitions, const std::string &header_file, const std::string &footer_file, const std::string &output_composite_path, bool read_only)