Android-cuttlefish cvd tool
Namespaces | Functions | Variables
boot_image.cc File Reference
#include "cuttlefish/host/commands/assemble_cvd/flags/boot_image.h"
#include <stddef.h>
#include <string>
#include <string_view>
#include <utility>
#include <vector>
#include "absl/strings/str_split.h"
#include "gflags/gflags.h"
#include "cuttlefish/host/commands/assemble_cvd/android_build/android_build.h"
#include "cuttlefish/host/commands/assemble_cvd/android_build/android_builds.h"
#include "cuttlefish/host/commands/assemble_cvd/flags/flag_base.h"
#include "cuttlefish/host/commands/assemble_cvd/flags_defaults.h"
#include "cuttlefish/result/result.h"
Include dependency graph for boot_image.cc:

Namespaces

namespace  cuttlefish
 
namespace  cuttlefish::anonymous_namespace{boot_image.cc}
 

Functions

 DEFINE_string (boot_image, CF_DEFAULTS_BOOT_IMAGE, "Location of cuttlefish boot image. If empty it is assumed to be " "boot.img in the directory specified by -system_image_dir.")
 
Result< std::vector< std::string > > cuttlefish::anonymous_namespace{boot_image.cc}::Defaults (AndroidBuilds &android_builds)
 

Variables

static constexpr std::string_view cuttlefish::anonymous_namespace{boot_image.cc}::kName = "boot"
 

Function Documentation

◆ DEFINE_string()

DEFINE_string ( boot_image  ,
CF_DEFAULTS_BOOT_IMAGE  ,
"Location of cuttlefish boot image. If empty it is assumed to be " "boot.img in the directory specified by -system_image_dir."   
)