Searched refs:vm_sock_path (Results 1 – 1 of 1) sorted by relevance
73 static Result<void> SuspendCrosvm(const std::string& vm_sock_path) { in SuspendCrosvm() argument76 vm_sock_path, "--full"}; in SuspendCrosvm()84 static Result<void> ResumeCrosvm(const std::string& vm_sock_path) { in ResumeCrosvm() argument86 std::vector<std::string> command_args{crosvm_bin_path, "resume", vm_sock_path, in ResumeCrosvm()