Home
last modified time | relevance | path

Searched defs:exec_command (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/build/lite/ndk/build/
H A Dbuild.py27 def exec_command(cmd, log_path='out/build.log', **kwargs): function
/ohos5.0/build/hb/util/
H A Dsystem_util.py35 … 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 Dkernel_permission.py168 def exec_command(cmd: list, exec_env=None, **kwargs): member in KernelPermission
/ohos5.0/build/lite/
H A Dutils.py55 def exec_command(cmd: str, log_path: str = 'out/build.log', **kwargs): function
/ohos5.0/foundation/ability/idl_tool/test/sa_test/
H A Dutil.py88 def exec_command(command): function
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/test/hash_test/
H A Dhash_test.py35 def exec_command(command): function
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/test/
H A Dhcgen_test.py77 def exec_command(command): function
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/base/
H A Dutil.py142 def exec_command(command): function
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/test/unittest/
H A Dunit_test.py61 def exec_command(command): function
/ohos5.0/build/test/example/
H A Dtest_build_option.py1136 def exec_command(self, cmd, ptyflag=PTYFLAG, timeout=TIMEOUT): member in TestBuildOption