Android-cuttlefish cvd tool
Namespaces | Functions
resolve_instance_files.cc File Reference
#include "cuttlefish/host/commands/assemble_cvd/resolve_instance_files.h"
#include <string>
#include <string_view>
#include <vector>
#include "absl/strings/str_split.h"
#include "fmt/format.h"
#include "gflags/gflags.h"
#include "cuttlefish/host/commands/assemble_cvd/assemble_cvd_flags.h"
#include "cuttlefish/host/commands/assemble_cvd/flags/boot_image.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/instance_nums.h"
#include "cuttlefish/result/result.h"
Include dependency graph for resolve_instance_files.cc:

Namespaces

namespace  cuttlefish
 

Functions

Result< void > cuttlefish::ResolveInstanceFiles (const BootImageFlag &boot_image, const InitramfsPathFlag &initramfs_path, const KernelPathFlag &kernel_path, const SuperImageFlag &super_image, const SystemImageDirFlag &system_image_dir, const VendorBootImageFlag &vendor_boot_image)