Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Tools/scripts/
Dfreeze_modules.py13 from update_file import updating_file_with_tmpfile
531 with updating_file_with_tmpfile(FROZEN_FILE) as (infile, outfile):
613 with updating_file_with_tmpfile(MAKEFILE) as (infile, outfile):
670 with updating_file_with_tmpfile(PCBUILD_PROJECT) as (infile, outfile):
680 with updating_file_with_tmpfile(PCBUILD_PROJECT) as (infile, outfile):
691 with updating_file_with_tmpfile(PCBUILD_FILTERS) as (infile, outfile):
702 with updating_file_with_tmpfile(PCBUILD_PYTHONCORE) as (infile, outfile):
Dupdate_file.py16 def updating_file_with_tmpfile(filename, tmpfile=None): function