Searched refs:log_mode (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/build/hb/util/loader/ |
H A D | generate_targets_gn.py | 93 …enerate part list gni file to '{}/parts_list.gni'".format(config_output_dir), mode=Config.log_mode) 105 config_output_dir), mode=Config.log_mode) 117 config_output_dir), mode=Config.log_mode) 129 config_output_dir), mode=Config.log_mode) 134 "generate build gn file to '{}/BUILD.gn'".format(config_output_dir), mode=Config.log_mode) 159 config_output_dir), mode=Config.log_mode) 220 config_output_dir, platform), mode=Config.log_mode) 228 config_output_dir, platform), mode=Config.log_mode)
|
H A D | load_ohos_build.py | 783 parts_info_file), mode=Config.log_mode) 802 parts_modules_info_file), mode=Config.log_mode) 812 "generate parts path info to '{}'".format(parts_path_info_file), mode=Config.log_mode) 822 "generate path to parts to '{}'".format(path_to_parts_file), mode=Config.log_mode) 833 subsystem_parts_file), mode=Config.log_mode) 845 config_output_path), mode=Config.log_mode) 854 LogUtil.hb_info("generate parts info to '{}'".format(parts_info_file), mode=Config.log_mode) 866 _part_subsystem_file), mode=Config.log_mode) 933 source_root_dir, config_output_relpath), mode=Config.log_mode)
|
H A D | platforms_loader.py | 196 "generate all parts of platforms info to '{}'".format(all_parts_file), mode=Config.log_mode) 208 toolchain_variant_info_file), mode=Config.log_mode)
|
/ohos5.0/build/hb/services/ |
H A D | preloader.py | 78 self._dirs.preloader_output_dir), mode=self.config.log_mode) 108 self._dirs.preloader_output_dir), mode=self.config.log_mode) 132 self._dirs.preloader_output_dir), mode=self.config.log_mode) 154 self._dirs.preloader_output_dir), mode=self.config.log_mode) 172 self._dirs.preloader_output_dir), mode=self.config.log_mode) 184 self._dirs.preloader_output_dir), mode=self.config.log_mode) 200 self._dirs.preloader_output_dir), mode=self.config.log_mode) 212 self._dirs.preloader_output_dir), mode=self.config.log_mode) 230 self._dirs.preloader_output_dir), mode=self.config.log_mode) 247 self._dirs.preloader_output_dir), mode=self.config.log_mode) [all …]
|
H A D | loader.py | 377 infos_for_testfwk_file), mode=self.config.log_mode) 392 target_platform_parts_file), mode=self.config.log_mode) 408 parts_different_info_file), mode=self.config.log_mode) 427 platforms_list_gni_file), mode=self.config.log_mode) 446 auto_install_list_file), mode=self.config.log_mode) 462 self.config_output_dir), mode=self.config.log_mode) 476 build_targets_list_file), mode=self.config.log_mode) 489 build_targets_info_file), mode=self.config.log_mode) 587 self.config_output_dir), mode=self.config.log_mode) 590 self.config_output_dir), mode=self.config.log_mode) [all …]
|
H A D | ninja.py | 74 log_mode=self.config.log_mode
|
H A D | gn.py | 108 if self.config.log_mode == 'silent': 119 … SystemUtil.exec_command(gn_gen_cmd, self.config.log_path, log_mode=self.config.log_mode)
|
/ohos5.0/build/hb/util/ |
H A D | system_util.py | 35 … def exec_command(cmd: list, log_path='out/build.log', exec_env=None, log_mode='normal', **kwargs): argument 38 if log_mode == 'silent': 66 LogUtil.hb_info(info[0], mode=log_mode)
|
/ohos5.0/build/hb/resources/ |
H A D | config.py | 275 def log_mode(self): member in Config 278 @log_mode.setter 279 def log_mode(self, value): member in Config
|
/ohos5.0/build/hb/resolver/ |
H A D | build_args_resolver.py | 270 config.log_mode = target_arg.arg_value
|