Searched refs:header_file (Results 1 – 2 of 2) sorted by relevance
/mbedtls-latest/tests/scripts/ |
D | check_names.py | 386 for header_file in files: 387 with open(header_file, "r", encoding="utf-8") as header: 394 header_file, 459 for header_file in files: 461 with open(header_file, "r", encoding="utf-8") as header: 488 header_file, 568 def parse_identifiers_in_file(self, header_file, identifiers): argument 577 with open(header_file, "r", encoding="utf-8") as header: 623 header_file, 655 for header_file in included_files: [all …]
|
/mbedtls-latest/scripts/ |
D | generate_psa_constants.py | 320 with open(header_file_name, 'rb') as header_file: 321 collector.read_file(header_file)
|