Lines Matching refs:file
42 Render template from the input file and driver JSON.
56 Generate the file psa_crypto_driver_wrapper.c.
63 with open(file=os.path.join(output_dir, os.path.splitext(template_file_name)[0]),
86 " for driver " + driver_prefix, str(err), file=sys.stderr)
91 print("Error: Failed to validate data file: {} using schema: {}."
94 print("Error: Failed to validate data file: {} using schema: {}."
96 " ".format(driverjson_data, _schema, str(err)), file=sys.stderr)
102 with open(file=driver_file, mode='r', encoding='UTF-8') as f:
129 with open(file=file_path, mode='r', encoding='UTF-8') as file:
130 driver_schema[key] = json.load(file)
142 with open(file=os.path.join(json_directory, jsondriver_list),
152 def trace_exception(e: Exception, file=sys.stderr) -> None:
156 ), file)
176 help='output file\'s location')