Home
last modified time | relevance | path

Searched refs:SystemUtil (Results 1 – 9 of 9) sorted by relevance

/build/hb/services/interface/
Dbuild_executor_interface.py21 from util.system_util import SystemUtil
28 self._start_time = SystemUtil.get_current_time()
39 self._start_time = SystemUtil.get_current_time()
/build/hb/services/
Dgn.py31 from util.system_util import SystemUtil
188SystemUtil.exec_command(gn_gen_cmd, self.config.log_path, log_mode=self.config.log_mode)
197 SystemUtil.exec_command(gn_gen_cmd, self.config.log_path)
219 SystemUtil.exec_command(gn_path_cmd)
244 SystemUtil.exec_command(gn_desc_cmd)
264 SystemUtil.exec_command(gn_ls_cmd)
284 SystemUtil.exec_command(gn_refs_cmd)
309 SystemUtil.exec_command(gn_format_cmd)
321 SystemUtil.exec_command(gn_clean_cmd)
Dninja.py25 from util.system_util import SystemUtil, ExecEnviron
69 SystemUtil.exec_command(
/build/hb/modules/
Dohos_build_module.py28 from util.system_util import SystemUtil
48 self._start_time = SystemUtil.get_current_time()
52 return SystemUtil.get_current_time() - self._start_time
/build/hb/util/prebuild/
Dpatch_process.py20 from util.system_util import SystemUtil
89 SystemUtil.exec_command(cmd, log_path=self.config.log_path,
/build/hb/resolver/
Dbuild_args_resolver.py38 from util.system_util import SystemUtil
81 SystemUtil.get_current_time(time_type='timestamp'))
83 SystemUtil.get_current_time(time_type='datetime'))
306 SystemUtil.exec_command(cmd, log_path=config.log_path)
682 SystemUtil.exec_command(cmd, log_path=config.out_path)
739 SystemUtil.exec_command(cmd, log_path=config.log_path)
758 SystemUtil.exec_command(cmd, log_path=config.log_path)
784 SystemUtil.exec_command(cmd, log_path=config.log_path)
818 SystemUtil.exec_command(cmd, log_path=config.log_path)
/build/hb/util/
Dsystem_util.py31 class SystemUtil(metaclass=NoInstance): class
/build/docs/
Dhow-to-add-a-build-parameter.md62 SystemUtil.exec_command(cmd, log_path=config.log_path)
/build/ohos/packages/
Dfs_process.py28 from hb.util.system_util import SystemUtil
189 SystemUtil.exec_command(cmd, log_path=log_path)