Searched refs:SystemUtil (Results 1 – 9 of 9) sorted by relevance
/build/hb/services/interface/ |
D | build_executor_interface.py | 21 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/ |
D | gn.py | 31 from util.system_util import SystemUtil 188 … SystemUtil.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)
|
D | ninja.py | 25 from util.system_util import SystemUtil, ExecEnviron 69 SystemUtil.exec_command(
|
/build/hb/modules/ |
D | ohos_build_module.py | 28 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/ |
D | patch_process.py | 20 from util.system_util import SystemUtil 89 SystemUtil.exec_command(cmd, log_path=self.config.log_path,
|
/build/hb/resolver/ |
D | build_args_resolver.py | 38 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/ |
D | system_util.py | 31 class SystemUtil(metaclass=NoInstance): class
|
/build/docs/ |
D | how-to-add-a-build-parameter.md | 62 SystemUtil.exec_command(cmd, log_path=config.log_path)
|
/build/ohos/packages/ |
D | fs_process.py | 28 from hb.util.system_util import SystemUtil 189 SystemUtil.exec_command(cmd, log_path=log_path)
|