Home
last modified time | relevance | path

Searched refs:exec_command (Results 1 - 12 of 12) sorted by relevance

/build/lite/ndk/build/
H A Dbuild.py27 def exec_command(cmd, log_path='out/build.log', **kwargs): function
68 exec_command(gn_cmd, log_path)
71 exec_command(ninja_cmd, log_path)
86 exec_command(clean_cmd, log_path)
/build/hb/services/
H A Dhdc.py103 SystemUtil.exec_command(hdc_mount_cmd)
114 SystemUtil.exec_command(hdc_push_cmd)
117 SystemUtil.exec_command(hdc_push_chown_cmd)
122 SystemUtil.exec_command(hdc_reboot_cmd)
127 SystemUtil.exec_command(hdc_list_targets_cmd)
H A Dgn.py119 SystemUtil.exec_command(gn_gen_cmd, self.config.log_path, log_mode=self.config.log_mode)
128 SystemUtil.exec_command(gn_gen_cmd, self.config.log_path)
150 SystemUtil.exec_command(gn_path_cmd)
175 SystemUtil.exec_command(gn_desc_cmd)
195 SystemUtil.exec_command(gn_ls_cmd)
215 SystemUtil.exec_command(gn_refs_cmd)
240 SystemUtil.exec_command(gn_format_cmd)
252 SystemUtil.exec_command(gn_clean_cmd)
H A Dhpm.py121 SystemUtil.exec_command(hpm_build_cmd, log_path=logpath)
126 SystemUtil.exec_command(hpm_install_cmd)
131 SystemUtil.exec_command(hpm_pack_cmd)
136 SystemUtil.exec_command(hpm_publish_cmd)
141 SystemUtil.exec_command(hpm_update_cmd)
H A Dninja.py69 SystemUtil.exec_command(
/build/ohos/packages/
H A Dkernel_permission.py72 KernelPermission.exec_command(cmd)
168 def exec_command(cmd: list, exec_env=None, **kwargs): member in KernelPermission
H A Dfs_process.py189 SystemUtil.exec_command(cmd, log_path=log_path)
/build/hb/util/prebuild/
H A Dpatch_process.py89 SystemUtil.exec_command(cmd, log_path=self.config.log_path,
/build/hb/resolver/
H A Dbuild_args_resolver.py328 SystemUtil.exec_command(cmd, log_path=config.log_path)
733 SystemUtil.exec_command(cmd, log_path=config.out_path)
795 SystemUtil.exec_command(cmd, log_path=config.log_path)
814 SystemUtil.exec_command(cmd, log_path=config.log_path)
841 SystemUtil.exec_command(cmd, log_path=config.log_path)
875 SystemUtil.exec_command(cmd, log_path=config.log_path)
/build/hb/util/
H A Dsystem_util.py36 def exec_command(cmd: list, log_path='out/build.log', exec_env=None, log_mode='normal', **kwargs): member in SystemUtil
/build/lite/
H A Dutils.py55 def exec_command(cmd: str, log_path: str = 'out/build.log', **kwargs): function
/build/test/example/
H A Dtest_build_option.py1104 cmd_res, returncode = self.exec_command(cmd, ptyflag=ptyflag)
1127 cmd_res, returncode = self.exec_command(cmd, ptyflag=ptyflag)
1136 def exec_command(self, cmd, ptyflag=PTYFLAG, timeout=TIMEOUT): member in TestBuildOption

Completed in 6 milliseconds