Home
last modified time | relevance | path

Searched refs:chromeos_kernel_path (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_flags.cc110 DEFINE_string(chromeos_kernel_path, CF_DEFAULTS_CHROMEOS_KERNEL_PATH,
746 std::vector<std::string> chromeos_kernel_path = in DiskImageFlagsVectorization() local
860 if (instance_index >= chromeos_kernel_path.size()) { in DiskImageFlagsVectorization()
861 instance.set_chromeos_kernel_path(chromeos_kernel_path[0]); in DiskImageFlagsVectorization()
863 instance.set_chromeos_kernel_path(chromeos_kernel_path[instance_index]); in DiskImageFlagsVectorization()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config_instance.cpp305 std::string CuttlefishConfig::InstanceSpecific::chromeos_kernel_path() const { in chromeos_kernel_path() function in cuttlefish::CuttlefishConfig::InstanceSpecific
309 const std::string& chromeos_kernel_path) { in set_chromeos_kernel_path() argument
310 (*Dictionary())[kChromeOsKernelPath] = chromeos_kernel_path; in set_chromeos_kernel_path()
1415 !chromeos_kernel_path().empty() || !chromeos_root_image().empty(); in boot_flow()
Ddata_image.cpp327 .Kernel(instance_.chromeos_kernel_path()); in BuildOSImage()
Dcuttlefish_config.h673 std::string chromeos_kernel_path() const;