Home
last modified time | relevance | path

Searched refs:SystemUtil (Results 1 - 11 of 11) sorted by relevance

/build/hb/services/interface/
H A Dbuild_executor_interface.py21 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 Dhdc.py31 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 Dgn.py31 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 Dhpm.py32 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 Dninja.py25 from util.system_util import SystemUtil, ExecEnviron namespace
69 SystemUtil.exec_command(
/build/hb/modules/
H A Dohos_build_module.py28 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 Dpatch_process.py20 from util.system_util import SystemUtil namespace
89 SystemUtil.exec_command(cmd, log_path=self.config.log_path,
/build/hb/resolver/
H A Dbuild_args_resolver.py38 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 Dsystem_util.py33 class SystemUtil(metaclass=NoInstance): class
/build/hb/
H A Dmain.py83 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 Dfs_process.py28 from hb.util.system_util import SystemUtil namespace
189 SystemUtil.exec_command(cmd, log_path=log_path)

Completed in 7 milliseconds