Home
last modified time | relevance | path

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

/external/libcxx/utils/
Dmerge_archives.py46 def execute_command(cmd, cwd=None): function
/external/llvm-project/libcxx/utils/
Dmerge_archives.py45 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
/external/rust/crates/weak-table/tests/
Dweak_key_hash_map.rs86 pub fn execute_command(&mut self, cmd: &Cmd<K, V>) { in execute_command() function