Home
last modified time | relevance | path

Searched defs:execute_command (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/utils/
Dmerge_archives.py46 def execute_command(cmd, cwd=None): function
/external/autotest/site_utils/lib/
Dinfra.py123 def execute_command(host, cmd, **kwargs): function
/external/crosvm/tpm2/src/
Dlib.rs73 pub fn execute_command<'a>(&'a mut self, command: &[u8]) -> &'a [u8] { in execute_command() method