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