Home
last modified time | relevance | path

Searched refs:set_vm_manager (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h72 void set_vm_manager(const std::string& name);
Dcuttlefish_config.cpp212 void CuttlefishConfig::set_vm_manager(const std::string& name) { in set_vm_manager() function in vsoc::CuttlefishConfig
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc274 tmp_config_obj.set_vm_manager(FLAGS_vm_manager); in InitializeCuttlefishConfiguration()