|
Android-cuttlefish cvd tool
|
#include <stdint.h>#include <string>#include <vector>#include "cuttlefish/host/libs/image_aggregator/gpt_type_guid.h"#include "cuttlefish/result/result.h"

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::CreateOrUpdateCompositeDisk (std::vector< ImagePartition > partitions, const std::string &header_file, const std::string &footer_file, const std::string &output_composite_path, bool read_only) |