Searched refs:exec_command (Results 1 - 12 of 12) sorted by relevance
/build/lite/ndk/build/ |
H A D | build.py | 27 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 D | hdc.py | 103 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 D | gn.py | 119 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 D | hpm.py | 121 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 D | ninja.py | 69 SystemUtil.exec_command(
|
/build/ohos/packages/ |
H A D | kernel_permission.py | 72 KernelPermission.exec_command(cmd) 168 def exec_command(cmd: list, exec_env=None, **kwargs): member in KernelPermission
|
H A D | fs_process.py | 189 SystemUtil.exec_command(cmd, log_path=log_path)
|
/build/hb/util/prebuild/ |
H A D | patch_process.py | 89 SystemUtil.exec_command(cmd, log_path=self.config.log_path,
|
/build/hb/resolver/ |
H A D | build_args_resolver.py | 328 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 D | system_util.py | 36 def exec_command(cmd: list, log_path='out/build.log', exec_env=None, log_mode='normal', **kwargs): member in SystemUtil
|
/build/lite/ |
H A D | utils.py | 55 def exec_command(cmd: str, log_path: str = 'out/build.log', **kwargs): function
|
/build/test/example/ |
H A D | test_build_option.py | 1104 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