Searched refs:update_file (Results 1 - 8 of 8) sorted by relevance
/third_party/python/Tools/scripts/ |
H A D | generate_token.py | 38 def update_file(file, content): function 97 if update_file(outfile, token_h_template % ( 180 if update_file(outfile, token_c_template % ( 209 if update_file(outfile, token_inc_template % '\n'.join(names)): 256 if update_file(outfile, token_py_template % (
|
H A D | generate_sre_constants.py | 5 def update_file(file, content): function 66 update_file(outfile_constants, ''.join(content)) 73 update_file(outfile_targets, ''.join(content))
|
H A D | generate_re_casefix.py | 9 def update_file(file, content): function 90 update_file(outfile, re_casefix_template % '\n'.join(items))
|
H A D | freeze_modules.py | 13 from update_file import updating_file_with_tmpfile
|
/third_party/mbedtls/tests/scripts/ |
H A D | set_psa_test_dependencies.py | 262 def update_file(file_name, old_content, new_content): function 289 update_file(file_name, old_content, new_content)
|
/third_party/skia/third_party/externals/spirv-tools/utils/ |
H A D | check_copyright.py | 132 update_file = False
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/ |
H A D | check_copyright.py | 132 update_file = False
|
/third_party/spirv-tools/utils/ |
H A D | check_copyright.py | 151 update_file = False
|
Completed in 4 milliseconds