Lines Matching full:part
28 """check whether the three-party dependency is in the part declaration"""
50 """load part path info from parts_info"""
69 """get part path from target label, the format is //path:module"""
91 """get all part path from part info"""
107 """gets the part by the longest path match"""
110 part = part_info[1][0]
112 return part
132 # filter third_party part info, sort by longest path match
143 print(f"[0/0] WARNING: deps third_party '{dep_part}' not configured in part config json, "
147 f"deps third_party '{dep_part}' not configured in part config json, "
150 tips_info = "{} depend part {}, need set part deps {} info to".format(
199 parser.add_argument('--part-name', required=True)