Android-cuttlefish cvd tool
Namespaces | Functions
data_image.h File Reference
#include <string_view>
#include "cuttlefish/host/libs/config/cuttlefish_config.h"
#include "cuttlefish/result/result.h"
Include dependency graph for data_image.h:
This graph shows which files directly or indirectly include this file:

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)