Searched defs:Command (Results 1 – 2 of 2) sorted by relevance
130 Command { command: String, cause: io::Error }, enumerator477 fn command(&self, name: &str, args: &[&str]) -> Command { in command()
313 Command::Command(std::string executable, SubprocessStopper stopper) in Command() function in cuttlefish::Command