Home
last modified time | relevance | path

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

/external/crosvm/e2e_tests/fixture/src/sys/
Dunix.rs262 pub fn crosvm_command(&self, command: &str, mut args: Vec<String>) -> Result<()> { in crosvm_command() method
Dwindows.rs329 pub fn crosvm_command(&mut self, _command: &str, mut _args: Vec<String>) -> Result<()> { in crosvm_command() method