|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/assemble_cvd/flags/bootloader.h"#include <stddef.h>#include <string>#include <string_view>#include <utility>#include <vector>#include "absl/strings/str_split.h"#include "fmt/format.h"#include "gflags/gflags.h"#include "cuttlefish/common/libs/utils/host_info.h"#include "cuttlefish/files/file_exists.h"#include "cuttlefish/host/commands/assemble_cvd/flags/system_image_dir.h"#include "cuttlefish/host/commands/assemble_cvd/flags/vm_manager.h"#include "cuttlefish/host/commands/assemble_cvd/flags_defaults.h"#include "cuttlefish/host/commands/assemble_cvd/guest_config.h"#include "cuttlefish/host/libs/config/config_utils.h"#include "cuttlefish/host/libs/config/vmm_mode.h"#include "cuttlefish/result/result.h"
Namespaces | |
| namespace | cuttlefish |
| namespace | cuttlefish::anonymous_namespace{bootloader.cc} |
Functions | |
| DEFINE_string (bootloader, CF_DEFAULTS_BOOTLOADER, "Bootloader binary path") | |
| std::string_view | cuttlefish::anonymous_namespace{bootloader.cc}::ArchDirName (Arch arch) |
| DEFINE_string | ( | bootloader | , |
| CF_DEFAULTS_BOOTLOADER | , | ||
| "Bootloader binary path" | |||
| ) |