Home
last modified time | relevance | path

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

/build/lite/ndk/build/
Dbuild.py27 def exec_command(cmd, log_path='out/build.log', **kwargs): function
/build/ohos/packages/
Dkernel_permission.py168 def exec_command(cmd: list, exec_env=None, **kwargs): member in KernelPermission
/build/lite/
Dutils.py55 def exec_command(cmd: str, log_path: str = 'out/build.log', **kwargs): function
/build/hb/util/
Dsystem_util.py96 def exec_command(cmd: list, log_path='out/build.log', exec_env=None, log_mode='normal', member in SystemUtil
/build/test/example/
Dtest_build_option.py1136 def exec_command(self, cmd, ptyflag=PTYFLAG, timeout=TIMEOUT): member in TestBuildOption