Searched refs:install_parts (Results 1 – 1 of 1) sorted by relevance
79 install_parts = []88 install_parts.append(part_info_dict)89 return install_parts92 def colletct_modules_json_path(out_path, install_parts): argument94 for part_info_dict in install_parts:147 install_parts = collect_part_name(out_path)148 module_info_list = colletct_modules_json_path(out_path, install_parts)152 for part_info_dict in install_parts: