|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/assemble_cvd/disk/os_composite_disk.h"#include <memory>#include <optional>#include <vector>#include "absl/log/check.h"#include "cuttlefish/host/commands/assemble_cvd/android_build/android_build.h"#include "cuttlefish/host/commands/assemble_cvd/assemble_cvd_flags.h"#include "cuttlefish/host/commands/assemble_cvd/disk/android_composite_disk_config.h"#include "cuttlefish/host/commands/assemble_cvd/disk/chromeos_composite_disk.h"#include "cuttlefish/host/commands/assemble_cvd/disk/chromeos_state.h"#include "cuttlefish/host/commands/assemble_cvd/disk/fuchsia_composite_disk.h"#include "cuttlefish/host/commands/assemble_cvd/disk/image_file.h"#include "cuttlefish/host/commands/assemble_cvd/disk/linux_composite_disk.h"#include "cuttlefish/host/commands/assemble_cvd/disk_builder.h"#include "cuttlefish/host/commands/assemble_cvd/flags/system_image_dir.h"#include "cuttlefish/host/libs/config/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{os_composite_disk.cc} |
Functions | |
| Result< std::vector< ImagePartition > > | cuttlefish::anonymous_namespace{os_composite_disk.cc}::GetOsCompositeDiskConfig (const CuttlefishConfig::InstanceSpecific &instance, const std::optional< ChromeOsStateImage > &chrome_os_state, const std::vector< std::unique_ptr< ImageFile > > &image_files, AndroidBuild &android_build, const SystemImageDirFlag &system_image_dir) |
| Result< DiskBuilder > | cuttlefish::OsCompositeDiskBuilder (const CuttlefishConfig &config, const CuttlefishConfig::InstanceSpecific &instance, const std::optional< ChromeOsStateImage > &chrome_os_state, const std::vector< std::unique_ptr< ImageFile > > &image_files, AndroidBuild &android_build, const SystemImageDirFlag &system_image_dir) |