Home
last modified time | relevance | path

Searched refs:output_json_path (Results 1 – 1 of 1) sorted by relevance

/test/testfwk/developer_test/local_coverage/interface_coverage/
Dget_innerkits_json.py34 def gen_parts_info_json(folder_list, output_json_path, target_cpu): argument
42 output_json_path = os.path.join(output_json_path, "kits_modules_info.json")
44 if os.path.exists(output_json_path):
45 os.remove(output_json_path)
46 with os.fdopen(os.open(output_json_path, FLAGS, MODES), 'w') as json_file: