Searched refs:crosvm_command (Results 1 – 1 of 1) sorted by relevance
141 fn crosvm_command(command: &str, args: &[&str]) -> Result<()> { in crosvm_command() function318 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()