• Home
  • Raw
  • Download

Lines Matching refs:format

78         label = '//{}/{}'.format(path, label)
86 "config file '{}' doesn't exist.".format(bundle_file), "2014")
90 "read file '{}' failed.".format(bundle_file), "2014")
99 "config file '{}' doesn't exist.".format(ohos_build_file), "2014")
103 "read file '{}' failed.".format(ohos_build_file), "2014")
114 _real_name = '{}_{}'.format(part_name, variant_name)
138 lib_config.append(' type = "{}"'.format(lib_type))
139 lib_config.append(' name = "{}"'.format(label))
146 lib_config.append(' "{}",'.format(h_file))
149 lib_config.append(' header_base = "{}"'.format(header_base))
156 ' resource_dir = "{}"'.format(resource_dir))
187 inner_kits_def = INNER_KITS_TEMPLATE.format(part_name,
220 "header not configuration, part_name = '{}'".format(
226 format(part_name), "2014")
240 kits.append('"{}"'.format(_kits_lib.get('name')))
243 system_kits_def = SYSTEM_KITS_TEMPLATE.format(part_name,
258 "ohos.build incorrect, part name: '{}'".format(part_name), "2014")
263 module_list_line = '"{}",'.format('",\n "'.join(module_list))
264 parts_definition = PART_TEMPLATE.format(part_name, subsystem_name,
286 test_list_line = '"{}",'.format('",\n "'.join(test_list))
287 test_def = TEST_TEMPLATE.format(part_name, test_list_line,
296 if not _feature_name.startswith('{}_'.format(
300 " part_name='{}', feature_name='{}'".format(
339 return "//{0}/{1}:{1}".format(config_output_relpath,
342 return "//{0}/{1}:{1}({2})".format(config_output_relpath,
355 _labels[group_label] = "//{0}/{1}:{1}_{2}".format(
359 _labels[group_label] = "//{0}/{1}:{1}_{2}".format(
362 _labels[group_label] = "//{0}/{1}:{1}_{2}({3})".format(
460 "part '{}' hisysevent config incorrest.".format(
489 "subsystem name config incorrect in '{}'.".format(
499 "configured subsystem name is {}.".format(
503 "configured subsystem name is {}.".format(
626 overrided_components_name = '{}_{}'.format(components_name, 'override')
634 …message = "find subsystem {} failed, please check it in {}.".format(subsystem_name, parts_config_p…
637 …message = "find component {} failed, please check it in {}.".format(components_name, parts_config_…
671 …ing: subsystem_name or components_name is empty, please check it in {}.".format(parts_config_path))
728 LogUtil.hb_info("generate parts info to '{}'".format(parts_info_file), mode=Config.log_mode)
739 "generate part-subsystem of parts-info to '{}'".format(
751 "generate ubsystem-parts of parts-info to '{}'".format(
760 '{}.json'.format(_sub_name))
763 "generate mini adapter info to '{}/mini_adapter/'".format(
772 LogUtil.hb_info("generate parts variants info to '{}'".format(
781 LogUtil.hb_info("generate parts inner kits info to '{}'".format(
790 LogUtil.hb_info("generate parts targets info to '{}'".format(
799 LogUtil.hb_info("generate phony targets info to '{}'".format(
809 "generate parts path info to '{}'".format(parts_path_info_file), mode=Config.log_mode)
819 "generate path to parts to '{}'".format(path_to_parts_file), mode=Config.log_mode)
828 "generate hisysevent info to '{}'".format(hisysevent_info_file), mode=Config.log_mode)
845 LogUtil.hb_info("generate parts modules info to '{}'".format(
855 "generate parts deps info to '{}'".format(parts_deps_info_file), mode=Config.log_mode)
919 "generate all parts build gn file to '{}/{}'".format(