|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/assemble_cvd/flags/android_efi_loader.h"#include "cuttlefish/host/commands/assemble_cvd/flags/boot_image.h"#include "cuttlefish/host/commands/assemble_cvd/flags/bootloader.h"#include "cuttlefish/host/commands/assemble_cvd/flags/initramfs_path.h"#include "cuttlefish/host/commands/assemble_cvd/flags/kernel_path.h"#include "cuttlefish/host/commands/assemble_cvd/flags/super_image.h"#include "cuttlefish/host/commands/assemble_cvd/flags/system_image_dir.h"#include "cuttlefish/host/commands/assemble_cvd/flags/vendor_boot_image.h"#include "cuttlefish/host/libs/config/cuttlefish_config.h"#include "cuttlefish/host/libs/config/fetcher_configs.h"#include "cuttlefish/result/result.h"

Go to the source code of this file.
Namespaces | |
| namespace | cuttlefish |
Functions | |
| Result< void > | cuttlefish::DiskImageFlagsVectorization (CuttlefishConfig &config, const FetcherConfigs &fetcher_configs, const AndroidEfiLoaderFlag &android_efi_loader, const BootImageFlag &boot_image, const BootloaderFlag &bootloader, const InitramfsPathFlag &initramfs_path, const KernelPathFlag &kernel_path, const SuperImageFlag &super_image, const SystemImageDirFlag &system_image_dir, const VendorBootImageFlag &vendor_boot_image) |