Home
last modified time | relevance | path

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

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