Lines Matching refs:name
92 part_name = bundle_config.get('component').get('name')
137 label = kit_lib.get('name')
139 raise Exception("kits lib config incorrect, required for name.")
141 lib_config.append(' name = "{}"'.format(label))
205 """part name."""
304 label = inner_kits_lib.get('name')
307 info['name'] = lib_name
332 kits.append('"{}"'.format(_kits_lib.get('name')))
350 "ohos.build incorrect, part name: '{}'".format(part_name), "2014")
531 """parts name list."""
612 "subsystem name config incorrect in '{}'.".format(
621 print("warning: subsystem name config incorrect in '{}', build file subsystem name is {},"
622 "configured subsystem name is {}.".format(
625 raise OHOSException("subsystem name config incorrect in '{}', build file subsystem name is {},"
626 "configured subsystem name is {}.".format(
643 name = ""
654 name = subsystem_name
657 name = components_name
659 if name in subsystem_components_list:
715 for name, val in parts_component_info.items():
719 if name in parts_path_info:
720 component["path"] = parts_path_info[name]
722 print("Warning: component %s has no path info." % name)
724 if name in parts_info:
725 for item in parts_info[name]:
729 print("Warning: component %s has no subsystem info." % name)
733 innerapi = {"name": k, "label": v["label"]}
738 components[name] = component