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