Home
last modified time | relevance | path

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

/developtools/hiperf/script/
Dmake_diff.py44 with open('json_base.txt', 'r') as json_file:
45 all_json_base = json_file.read()
46 with open('json_target.txt', 'r') as json_file:
47 all_json_target = json_file.read()
Dmake_report.py34 with open('json.txt', 'r') as json_file:
35 all_json = json_file.read()
/developtools/ace_ets2bundle/
DgenerateSysResource.py26 def read_json_file(self, json_file): argument
27 with open(os.path.join(json_file), 'r') as fp: