Searched defs:exec_command (Results 1 – 4 of 4) sorted by relevance
/build/lite/ndk/build/ |
D | build.py | 27 def exec_command(cmd, log_path='out/build.log', **kwargs): function
|
/build/hb/util/ |
D | system_util.py | 35 … def exec_command(cmd: list, log_path='out/build.log', exec_env=None, log_mode='normal', **kwargs): member in SystemUtil
|
/build/lite/ |
D | utils.py | 55 def exec_command(cmd: str, log_path: str='out/build.log', **kwargs): function
|
/build/test/example/ |
D | test_build_option.py | 194 def exec_command(self, cmd, ptyflag=PTYFLAG, timeout=TIMEOUT): member in TestBuildOption
|