|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/assemble_cvd/flags/android_efi_loader.h"#include <stddef.h>#include <string>#include <string_view>#include <utility>#include <vector>#include "absl/strings/str_cat.h"#include "absl/strings/str_split.h"#include "gflags/gflags.h"#include "cuttlefish/files/file_exists.h"#include "cuttlefish/host/commands/assemble_cvd/flags/flag_base.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"
Namespaces | |
| namespace | cuttlefish |
| namespace | cuttlefish::anonymous_namespace{android_efi_loader.cc} |
Functions | |
| DEFINE_string (android_efi_loader, CF_DEFAULTS_ANDROID_EFI_LOADER, "Location of android EFI loader for android efi load flow.") | |
| std::vector< std::string > | cuttlefish::anonymous_namespace{android_efi_loader.cc}::DefaultPaths (const SystemImageDirFlag &system_image_dirs) |
Variables | |
| static constexpr std::string_view | cuttlefish::anonymous_namespace{android_efi_loader.cc}::kName = "/android_efi_loader.efi" |
| DEFINE_string | ( | android_efi_loader | , |
| CF_DEFAULTS_ANDROID_EFI_LOADER | , | ||
| "Location of android EFI loader for android efi load flow." | |||
| ) |