Home
last modified time | relevance | path

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

/mbedtls-latest/tests/scripts/
Dset_psa_test_dependencies.py240 def process_data_file(file_name, old_content): argument
245 old_stanzas = old_content.split('\n\n')
250 def update_file(file_name, old_content, new_content): argument
256 if new_content == old_content:
271 old_content = open(file_name, encoding='utf-8').read()
273 new_content = process_data_file(file_name, old_content)
277 update_file(file_name, old_content, new_content)