Searched refs:SystemUtil (Results 1 - 11 of 11) sorted by relevance
/build/hb/services/interface/ |
H A D | build_executor_interface.py | 21 from util.system_util import SystemUtil namespace 29 self._start_time = SystemUtil.get_current_time() 40 self._start_time = SystemUtil.get_current_time()
|
/build/hb/services/ |
H A D | hdc.py | 31 from util.system_util import SystemUtil namespace 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 | 31 from util.system_util import SystemUtil namespace 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 | 32 from util.system_util import SystemUtil namespace 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 | 25 from util.system_util import SystemUtil, ExecEnviron namespace 69 SystemUtil.exec_command(
|
/build/hb/modules/ |
H A D | ohos_build_module.py | 28 from util.system_util import SystemUtil namespace 49 self._start_time = SystemUtil.get_current_time() 53 return SystemUtil.get_current_time() - self._start_time
|
/build/hb/util/prebuild/ |
H A D | patch_process.py | 20 from util.system_util import SystemUtil namespace 89 SystemUtil.exec_command(cmd, log_path=self.config.log_path,
|
/build/hb/resolver/ |
H A D | build_args_resolver.py | 38 from util.system_util import SystemUtil namespace 89 SystemUtil.get_current_time(time_type='timestamp')) 91 SystemUtil.get_current_time(time_type='datetime')) 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 | 33 class SystemUtil(metaclass=NoInstance): class
|
/build/hb/ |
H A D | main.py | 83 from util.system_util import SystemUtil namespace 116 start_time = SystemUtil.get_current_time() 121 LogUtil.hb_info('Cost Time: {}'.format(SystemUtil.get_current_time() - start_time))
|
/build/ohos/packages/ |
H A D | fs_process.py | 28 from hb.util.system_util import SystemUtil namespace 189 SystemUtil.exec_command(cmd, log_path=log_path)
|
Completed in 5 milliseconds