|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/assemble_cvd/disk/initialize_instance_composite_disk.h"#include <optional>#include <string>#include <vector>#include "cuttlefish/common/libs/utils/files.h"#include "cuttlefish/host/commands/assemble_cvd/assemble_cvd_flags.h"#include "cuttlefish/host/commands/assemble_cvd/boot_config.h"#include "cuttlefish/host/commands/assemble_cvd/disk/factory_reset_protected.h"#include "cuttlefish/host/commands/assemble_cvd/disk/generate_persistent_bootconfig.h"#include "cuttlefish/host/commands/assemble_cvd/disk/generate_persistent_vbmeta.h"#include "cuttlefish/host/commands/assemble_cvd/disk_builder.h"#include "cuttlefish/host/libs/config/ap_boot_flow.h"#include "cuttlefish/host/libs/config/cuttlefish_config.h"#include "cuttlefish/host/libs/image_aggregator/image_aggregator.h"#include "cuttlefish/result/result.h"
Namespaces | |
| namespace | cuttlefish |
| namespace | cuttlefish::anonymous_namespace{initialize_instance_composite_disk.cc} |
Functions | |
| std::vector< ImagePartition > | cuttlefish::anonymous_namespace{initialize_instance_composite_disk.cc}::PersistentCompositeDiskConfig (const CuttlefishConfig::InstanceSpecific &instance, const BootloaderEnvPartition &bootloader_env, const std::optional< BootConfigPartition > &bootconfig_partition, const FactoryResetProtectedImage &frp, const PersistentVbmeta &persistent_vbmeta) |
| std::vector< ImagePartition > | cuttlefish::anonymous_namespace{initialize_instance_composite_disk.cc}::PersistentAPCompositeDiskConfig (const CuttlefishConfig::InstanceSpecific &instance, const ApPersistentVbmeta &ap_persistent_vbmeta) |