Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop_impl_snapshot.cpp100 const auto openwrt_sock = in SuspendGuest() local
102 if (openwrt_sock == "") { in SuspendGuest()
105 CF_EXPECT(SuspendCrosvm(openwrt_sock), in SuspendGuest()
126 const auto& openwrt_sock = in ResumeGuest() local
128 if (openwrt_sock == "") { in ResumeGuest()
131 CF_EXPECT(ResumeCrosvm(openwrt_sock), in ResumeGuest()
202 const auto& openwrt_sock = in TakeCrosvmGuestSnapshot() local
204 if (openwrt_sock == "") { in TakeCrosvmGuestSnapshot()
209 openwrt_sock}; in TakeCrosvmGuestSnapshot()