Lines Matching refs:out_path
92 def colletct_modules_json_path(out_path, install_parts):
95 part_info_path = os.path.join(out_path, part_info_dict["part_info_file"])
108 def sum_of_statistics(out_path, part_name, module_info_list):
113 module_info_path = os.path.join(out_path, module_info['module_info_path'])
117 so_file_dir = os.path.join(out_path, file_json["source"])
131 def check_image_size(out_path):
133 image_path = os.path.join(out_path, 'packages/phone/images/')
145 def actual_rom_statistics(out_path):
147 install_parts = collect_part_name(out_path)
148 module_info_list = colletct_modules_json_path(out_path, install_parts)
149 image_list = check_image_size(out_path)
153 statistics_result = sum_of_statistics(out_path, part_info_dict["part_name"], module_info_list)
159 json_path = os.path.join(out_path, 'rom_statistics_table.json')
214 out_path = file_json["out_path"]
217 return (out_path, board, product, os_level)