Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop_impl_snapshot.cpp108 const auto main_vmm = config_.vm_manager(); in SuspendGuest() local
109 if (main_vmm == VmmMode::kCrosvm) { in SuspendGuest()
111 GetSocketPath(ToString(main_vmm), vm_name_to_control_sock_); in SuspendGuest()
113 return CF_ERR("The vm_manager " << main_vmm << " is not supported yet"); in SuspendGuest()
117 return CF_ERR("The vm_manager " << main_vmm << " is not supported yet"); in SuspendGuest()
134 const auto main_vmm = config_.vm_manager(); in ResumeGuest() local
135 if (main_vmm == VmmMode::kCrosvm) { in ResumeGuest()
137 GetSocketPath(ToString(main_vmm), vm_name_to_control_sock_); in ResumeGuest()
139 return CF_ERR("The vm_manager " << main_vmm << " is not supported yet"); in ResumeGuest()
143 return CF_ERR("The vm_manager " << main_vmm << " is not supported yet"); in ResumeGuest()