Searched refs:ConfigureBootDevices (Results 1 – 7 of 7) sorted by relevance
51 QemuManager::ConfigureBootDevices,61 CrosvmManager::ConfigureBootDevices,93 std::vector<std::string> VmManager::ConfigureBootDevices( in ConfigureBootDevices() function in cuttlefish::vm_manager::VmManager
34 static std::vector<std::string> ConfigureBootDevices();
36 static std::vector<std::string> ConfigureBootDevices();
42 static std::vector<std::string> ConfigureBootDevices(
106 std::vector<std::string> QemuManager::ConfigureBootDevices() { in ConfigureBootDevices() function in cuttlefish::vm_manager::QemuManager
134 std::vector<std::string> CrosvmManager::ConfigureBootDevices() { in ConfigureBootDevices() function in cuttlefish::vm_manager::CrosvmManager
58 AppendVector(&kernel_cmdline, VmManager::ConfigureBootDevices(config.vm_manager())); in KernelCommandLineFromConfig()