Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop_impl_snapshot.cpp73 static Result<void> SuspendCrosvm(const std::string& vm_sock_path) { in SuspendCrosvm() argument
76 vm_sock_path, "--full"}; in SuspendCrosvm()
84 static Result<void> ResumeCrosvm(const std::string& vm_sock_path) { in ResumeCrosvm() argument
86 std::vector<std::string> command_args{crosvm_bin_path, "resume", vm_sock_path, in ResumeCrosvm()