Home
last modified time | relevance | path

Searched refs:set_boot_image_kernel_cmdline (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h266 void set_boot_image_kernel_cmdline(std::string boot_image_kernel_cmdline);
Dcuttlefish_config.cpp759 void CuttlefishConfig::set_boot_image_kernel_cmdline(std::string boot_image_kernel_cmdline) { in set_boot_image_kernel_cmdline() function in cuttlefish::CuttlefishConfig
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc343 tmp_config_obj.set_boot_image_kernel_cmdline(boot_image_unpacker.kernel_cmdline()); in InitializeCuttlefishConfiguration()