|
Android-cuttlefish cvd tool
|
#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"
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" |
| 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." | |||
| ) |