#include <esp.h>
◆ LinuxEspBuilder() [1/2]
cuttlefish::LinuxEspBuilder::LinuxEspBuilder |
( |
| ) |
|
|
delete |
◆ LinuxEspBuilder() [2/2]
cuttlefish::LinuxEspBuilder::LinuxEspBuilder |
( |
std::string |
image_path | ) |
|
|
inline |
◆ Architecture()
◆ Argument() [1/2]
LinuxEspBuilder & cuttlefish::LinuxEspBuilder::Argument |
( |
std::string |
key, |
|
|
std::string |
value |
|
) |
| & |
◆ Argument() [2/2]
LinuxEspBuilder & cuttlefish::LinuxEspBuilder::Argument |
( |
std::string |
value | ) |
& |
◆ Build()
bool cuttlefish::LinuxEspBuilder::Build |
( |
| ) |
const |
◆ DumpConfig()
std::string cuttlefish::LinuxEspBuilder::DumpConfig |
( |
| ) |
const |
|
private |
◆ Initrd()
LinuxEspBuilder & cuttlefish::LinuxEspBuilder::Initrd |
( |
std::string |
initrd | ) |
& |
◆ Kernel()
LinuxEspBuilder & cuttlefish::LinuxEspBuilder::Kernel |
( |
std::string |
kernel | ) |
& |
◆ Root()
◆ arch_
std::optional<Arch> cuttlefish::LinuxEspBuilder::arch_ |
|
private |
◆ arguments_
std::vector<std::pair<std::string, std::string> > cuttlefish::LinuxEspBuilder::arguments_ |
|
private |
◆ image_path_
const std::string cuttlefish::LinuxEspBuilder::image_path_ |
|
private |
◆ initrd_
std::string cuttlefish::LinuxEspBuilder::initrd_ |
|
private |
◆ kernel_
std::string cuttlefish::LinuxEspBuilder::kernel_ |
|
private |
◆ root_
std::string cuttlefish::LinuxEspBuilder::root_ |
|
private |
◆ single_arguments_
std::vector<std::string> cuttlefish::LinuxEspBuilder::single_arguments_ |
|
private |
The documentation for this class was generated from the following files:
- cuttlefish/host/libs/config/esp.h
- cuttlefish/host/libs/config/esp.cpp