Searched defs:execute_command (Results 1 – 3 of 3) sorted by relevance
46 def execute_command(cmd, cwd=None): function
123 def execute_command(host, cmd, **kwargs): function
73 pub fn execute_command<'a>(&'a mut self, command: &[u8]) -> &'a [u8] { in execute_command() method