Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp126 void CuttlefishConfig::set_ap_vm_manager(const std::string& name) { in set_ap_vm_manager() function in cuttlefish::CuttlefishConfig
Dcuttlefish_config.h118 void set_ap_vm_manager(const std::string& name);
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc997 tmp_config_obj.set_ap_vm_manager(vm_manager_vec[0] + "_openwrt"); in InitializeCuttlefishConfiguration()