Home
last modified time | relevance | path

Searched refs:ap_kernel_image (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp480 std::string CuttlefishConfig::ap_kernel_image() const { in ap_kernel_image() function in cuttlefish::CuttlefishConfig
483 void CuttlefishConfig::set_ap_kernel_image(const std::string& ap_kernel_image) { in set_ap_kernel_image() argument
484 (*dictionary_)[kApKernelImage] = ap_kernel_image; in set_ap_kernel_image()
Ddata_image.cpp323 .Kernel(config.ap_kernel_image()); in BuildAPImage()
Dcuttlefish_config.h247 std::string ap_kernel_image() const;
/aosp_15_r20/device/google/cuttlefish/host/commands/run_cvd/launch/
Dopen_wrt.cpp151 ap_cmd.Cmd().AddParameter(config_.ap_kernel_image()); in Commands()
/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc414 DEFINE_string(ap_kernel_image, CF_DEFAULTS_AP_KERNEL_IMAGE,