Android-cuttlefish cvd tool
|
#include <stdint.h>
#include <string>
#include <vector>
#include "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/host/libs/image_aggregator/gpt_type_guid.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::CreateCompositeDisk (std::vector< ImagePartition > partitions, const std::string &header_file, const std::string &footer_file, const std::string &output_composite_path, bool read_only) |