Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/scripts/
Dgenerate_token.py38 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 % (
/external/curl/packages/vms/
Dcompare_curl_source.com90 $ update_file = 0
93 $ update_file = 1
111 $ update_file = 0
135 $ if update_file
151 $ if update_file
234 $ if update_file
/external/deqp-deps/SPIRV-Tools/utils/
Dcheck_copyright.py128 update_file = False
/external/swiftshader/third_party/SPIRV-Tools/utils/
Dcheck_copyright.py128 update_file = False
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/
Dcheck_copyright.py132 update_file = False
/external/autotest/server/cros/update_engine/
Dupdate_engine_test.py690 update_file = '/mnt/stateful_partition/.update_available'
691 self._run(['echo', '-n', 'clobber', '>', update_file])
/external/python/cpython3/
DMakefile.pre.in255 UPDATE_FILE=@PYTHON_FOR_REGEN@ $(srcdir)/Tools/scripts/update_file.py