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.h50 virtual void WithKernelCommandLine(const std::string&);
Dvm_manager.cpp186 void VmManager::WithKernelCommandLine(const std::string& kernel_cmdline) { in WithKernelCommandLine() function in cuttlefish::vm_manager::VmManager
/device/google/cuttlefish/host/commands/run_cvd/
Dmain.cc557 vm_manager->WithKernelCommandLine(android::base::Join(kernel_args, " ")); in main()