Definition: boot_config.h:36
static Result< std::optional< ApBootloaderEnvPartition > > Create(const CuttlefishConfig &, const CuttlefishConfig::InstanceSpecific &)
Definition: boot_config.cc:226
ApBootloaderEnvPartition()=default
Definition: boot_config.h:23
const std::string & UbootEnvImagePath() const
Definition: boot_config.cc:221
std::string uboot_env_image_path_
Definition: boot_config.h:33
static Result< BootloaderEnvPartition > Create(const CuttlefishConfig &, const CuttlefishConfig::InstanceSpecific &)
Definition: boot_config.cc:210
BootloaderEnvPartition(std::string uboot_env_image_path)
Definition: boot_config.cc:218
Definition: cuttlefish_config.h:252
Definition: cuttlefish_config.h:52
Definition: alloc_driver.h:20
tl::expected< T, StackTraceError > Result
Definition: result_type.h:30