Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h269 void set_extra_kernel_cmdline(std::string extra_cmdline);
Dcuttlefish_config.cpp774 void CuttlefishConfig::set_extra_kernel_cmdline(std::string extra_cmdline) { in set_extra_kernel_cmdline() function in cuttlefish::CuttlefishConfig
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc348 tmp_config_obj.set_extra_kernel_cmdline(FLAGS_extra_kernel_cmdline); in InitializeCuttlefishConfiguration()