Searched refs:main_vmm (Results 1 – 1 of 1) sorted by relevance
108 const auto main_vmm = config_.vm_manager(); in SuspendGuest() local109 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() local135 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()