Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dset_psa_test_dependencies.py250 def update_file(file_name, old_content, new_content): argument
256 if new_content == old_content:
261 new_file.write(new_content)
273 new_content = process_data_file(file_name, old_content)
277 update_file(file_name, old_content, new_content)