|
Android-cuttlefish cvd tool
|
#include <string_view>#include "cuttlefish/host/libs/config/cuttlefish_config.h"#include "cuttlefish/result/result.h"

Go to the source code of this file.
Namespaces | |
| namespace | cuttlefish |
Functions | |
| Result< void > | cuttlefish::InitializeDataImage (const CuttlefishConfig::InstanceSpecific &instance) |
| Result< void > | cuttlefish::InitializeEspImage (const CuttlefishConfig &config, const CuttlefishConfig::InstanceSpecific &instance) |
| Result< void > | cuttlefish::CreateBlankEmptyImage (std::string_view image, int num_mb) |
| Result< void > | cuttlefish::CreateBlankExt4Image (std::string_view image, int num_mb) |
| Result< void > | cuttlefish::CreateBlankSdcardImage (std::string_view image, int num_mb) |