Searched refs:WithKernelCommandLine (Results 1 – 3 of 3) sorted by relevance
50 virtual void WithKernelCommandLine(const std::string&);
186 void VmManager::WithKernelCommandLine(const std::string& kernel_cmdline) { in WithKernelCommandLine() function in cuttlefish::vm_manager::VmManager
557 vm_manager->WithKernelCommandLine(android::base::Join(kernel_args, " ")); in main()