|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/assemble_cvd/instance_image_files.h"#include <memory>#include <optional>#include <utility>#include <vector>#include "cuttlefish/host/commands/assemble_cvd/disk/efi_loader.h"#include "cuttlefish/host/commands/assemble_cvd/disk/image_file.h"#include "cuttlefish/host/commands/assemble_cvd/disk/kernel_ramdisk_repacker.h"#include "cuttlefish/host/commands/assemble_cvd/disk/metadata_image.h"#include "cuttlefish/host/commands/assemble_cvd/disk/misc_image.h"#include "cuttlefish/host/commands/assemble_cvd/flags/boot_image.h"#include "cuttlefish/host/libs/config/cuttlefish_config.h"
Namespaces | |
| namespace | cuttlefish |
Functions | |
| std::vector< std::vector< std::unique_ptr< ImageFile > > > | cuttlefish::InstanceImageFiles (const CuttlefishConfig &config, const BootImageFlag &boot_image_flag) |