Android-cuttlefish cvd tool
Namespaces | Functions | Variables
android_efi_loader.cc File Reference
#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"
Include dependency graph for android_efi_loader.cc:

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"
 

Function Documentation

◆ DEFINE_string()

DEFINE_string ( android_efi_loader  ,
CF_DEFAULTS_ANDROID_EFI_LOADER  ,
"Location of android EFI loader for android efi load flow."   
)