Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h272 void set_vm_manager_kernel_cmdline(std::string vm_manager_cmdline);
Dcuttlefish_config.cpp789 void CuttlefishConfig::set_vm_manager_kernel_cmdline(std::string vm_manager_cmdline) { in set_vm_manager_kernel_cmdline() function in cuttlefish::CuttlefishConfig
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc402 tmp_config_obj.set_vm_manager_kernel_cmdline(vm_manager_cmdline); in InitializeCuttlefishConfiguration()