Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/vm_manager/
Dvm_manager.h49 virtual void WithKernelCommandLine(const std::string&);
Dvm_manager.cpp185 void VmManager::WithKernelCommandLine(const std::string& kernel_cmdline) { in WithKernelCommandLine() function in vm_manager::VmManager
/device/google/cuttlefish/host/commands/run_cvd/
Dmain.cc455 vm_manager->WithKernelCommandLine(android::base::Join(kernel_args, " ")); in main()