Home
last modified time | relevance | path

Searched refs:ConfigureBootDevices (Results 1 – 7 of 7) sorted by relevance

/device/google/cuttlefish/host/libs/vm_manager/
Dvm_manager.cpp51 QemuManager::ConfigureBootDevices,
61 CrosvmManager::ConfigureBootDevices,
93 std::vector<std::string> VmManager::ConfigureBootDevices( in ConfigureBootDevices() function in cuttlefish::vm_manager::VmManager
Dqemu_manager.h34 static std::vector<std::string> ConfigureBootDevices();
Dcrosvm_manager.h36 static std::vector<std::string> ConfigureBootDevices();
Dvm_manager.h42 static std::vector<std::string> ConfigureBootDevices(
Dqemu_manager.cpp106 std::vector<std::string> QemuManager::ConfigureBootDevices() { in ConfigureBootDevices() function in cuttlefish::vm_manager::QemuManager
Dcrosvm_manager.cpp134 std::vector<std::string> CrosvmManager::ConfigureBootDevices() { in ConfigureBootDevices() function in cuttlefish::vm_manager::CrosvmManager
/device/google/cuttlefish/host/libs/config/
Dkernel_args.cpp58 AppendVector(&kernel_cmdline, VmManager::ConfigureBootDevices(config.vm_manager())); in KernelCommandLineFromConfig()