Searched defs:exec_command (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/build/lite/ndk/build/ |
H A D | build.py | 27 def exec_command(cmd, log_path='out/build.log', **kwargs): function
|
/ohos5.0/build/hb/util/ |
H A 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
|
/ohos5.0/build/ohos/packages/ |
H A D | kernel_permission.py | 168 def exec_command(cmd: list, exec_env=None, **kwargs): member in KernelPermission
|
/ohos5.0/build/lite/ |
H A D | utils.py | 55 def exec_command(cmd: str, log_path: str = 'out/build.log', **kwargs): function
|
/ohos5.0/foundation/ability/idl_tool/test/sa_test/ |
H A D | util.py | 88 def exec_command(command): function
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/test/hash_test/ |
H A D | hash_test.py | 35 def exec_command(command): function
|
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/test/ |
H A D | hcgen_test.py | 77 def exec_command(command): function
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/base/ |
H A D | util.py | 142 def exec_command(command): function
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/test/unittest/ |
H A D | unit_test.py | 61 def exec_command(command): function
|
/ohos5.0/build/test/example/ |
H A D | test_build_option.py | 1136 def exec_command(self, cmd, ptyflag=PTYFLAG, timeout=TIMEOUT): member in TestBuildOption
|