Searched refs:json_file_name (Results 1 – 2 of 2) sorted by relevance
192 json_file_name = os.path.basename(perf_profile)194 open(json_file_name, 'w') as json_file:203 return json_file_name
135 def PrintTestOutput(test_name, json_file_name=None, archive_file_name=None): argument161 if json_file_name:162 with file(json_file_name, 'w') as f: