Searched refs:hb_info (Results 1 - 19 of 19) sorted by relevance
/build/hb/resolver/ |
H A D | env_args_resolver.py | 47 LogUtil.hb_info('Necessary package: {}'.format( 49 LogUtil.hb_info('Installed package: {}'.format( 51 LogUtil.hb_info('Uninstalled package: {}'.format( 54 LogUtil.hb_info( 70 LogUtil.hb_info('root path: {}'.format(root_path)) 71 LogUtil.hb_info('board: {}'.format(board)) 72 LogUtil.hb_info('kernel: {}'.format(kernel)) 73 LogUtil.hb_info('product: {}'.format(product)) 74 LogUtil.hb_info('product path: {}'.format(product_path)) 75 LogUtil.hb_info('devic [all...] |
H A D | clean_args_resolver.py | 38 LogUtil.hb_info( 48 LogUtil.hb_info( 56 LogUtil.hb_info(
|
H A D | build_args_resolver.py | 735 LogUtil.hb_info(
|
/build/hb/util/loader/ |
H A D | generate_targets_gn.py | 92 LogUtil.hb_info( 103 LogUtil.hb_info( 115 LogUtil.hb_info( 127 LogUtil.hb_info( 133 LogUtil.hb_info( 157 LogUtil.hb_info( 218 LogUtil.hb_info( 226 LogUtil.hb_info(
|
H A D | load_ohos_build.py | 783 LogUtil.hb_info("generate '{}' info to '{}'".format(part_name, 802 LogUtil.hb_info("generate parts modules info to '{}'".format( 812 LogUtil.hb_info( 822 LogUtil.hb_info( 832 LogUtil.hb_info( 844 LogUtil.hb_info( 855 LogUtil.hb_info("generate parts info to '{}'".format(parts_info_file), mode=Config.log_mode) 865 LogUtil.hb_info( 932 LogUtil.hb_info( 951 LogUtil.hb_info('al [all...] |
H A D | platforms_loader.py | 195 LogUtil.hb_info( 207 LogUtil.hb_info("generate toolchain to variant of platforms info to '{}'".format(
|
H A D | subsystem_scan.py | 108 LogUtil.hb_info('subsytem config scan completed')
|
/build/hb/services/ |
H A D | preloader.py | 76 LogUtil.hb_info( 106 LogUtil.hb_info( 130 LogUtil.hb_info( 152 LogUtil.hb_info( 170 LogUtil.hb_info( 182 LogUtil.hb_info( 198 LogUtil.hb_info( 210 LogUtil.hb_info( 228 LogUtil.hb_info( 245 LogUtil.hb_info( [all...] |
H A D | loader.py | 195 LogUtil.hb_info("Checking all build args...") 224 LogUtil.hb_info("Checking all product features...") 263 LogUtil.hb_info("Checking parts config...") 369 LogUtil.hb_info( 377 LogUtil.hb_info("generate syscap info with part name list to '{}'".format( 385 LogUtil.hb_info("generate target syscap for init list to '{}'".format( 422 LogUtil.hb_info("generate infos for testfwk to '{}'".format( 437 LogUtil.hb_info("generate target platform parts to '{}'".format( 453 LogUtil.hb_info("generate part different info to '{}'".format( 472 LogUtil.hb_info("generat [all...] |
/build/hb/util/ |
H A D | system_util.py | 54 LogUtil.hb_info("start run hpm command") 66 LogUtil.hb_info(info[0], mode=log_mode) 68 LogUtil.hb_info(line) 71 LogUtil.hb_info("end hpm command")
|
H A D | timer_util.py | 32 LogUtil.hb_info("The run time for {} is {} s".format(func.__name__, round(e_time - s_time, 2)))
|
H A D | log_util.py | 40 def hb_info(msg, mode='normal'): member in LogUtil
|
/build/hb/modules/ |
H A D | ohos_indep_build_module.py | 56 LogUtil.hb_info('{} build success'.format(','.join(get_part_name())))
|
H A D | ohos_install_module.py | 56 LogUtil.hb_info('{} build success')
|
H A D | ohos_build_module.py | 73 LogUtil.hb_info('{} build success'.format(
|
/build/hb/util/post_build/ |
H A D | part_rom_statistics.py | 41 LogUtil.hb_info(conform_str)
55 LogUtil.hb_info(out_of_standard_str)
68 LogUtil.hb_info(not_yet_standard_str)
|
/build/hb/util/post_gn/ |
H A D | check_compilation_parameters.py | 58 LogUtil.hb_info('build target "{}" used illegal build parameters {}'.format(build_target, flag))
|
/build/hb/ |
H A D | main.py | 109 LogUtil.hb_info(Separator.long_line) 110 LogUtil.hb_info(Arg.get_help(all_module_type)) 121 LogUtil.hb_info('Cost Time: {}'.format(SystemUtil.get_current_time() - start_time))
|
/build/ohos/packages/ |
H A D | fs_process.py | 215 LogUtil.hb_info(f'{fs_cfg_path} not found, stop packing fs. ' 219 LogUtil.hb_info('component compiling, no need to pack fs')
|
Completed in 13 milliseconds