Home
last modified time | relevance | path

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

/external/crosvm/integration_tests/tests/
Dfixture.rs165 control_socket_path: PathBuf, field
251 let control_socket_path = test_dir.path().join("control"); in new() localVariable
256 command.args(&["--socket", &control_socket_path.to_str().unwrap()]); in new()
284 control_socket_path, in new()
318 crosvm_command("stop", &[self.control_socket_path.to_str().unwrap()]) in stop()
322 crosvm_command("suspend", &[self.control_socket_path.to_str().unwrap()]) in suspend()
326 crosvm_command("resume", &[self.control_socket_path.to_str().unwrap()]) in resume()