Home
last modified time | relevance | path

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

/external/crosvm/integration_tests/tests/
Dfixture.rs141 fn crosvm_command(command: &str, args: &[&str]) -> Result<()> { in crosvm_command() function
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()