Searched refs:updating_file_with_tmpfile (Results 1 – 2 of 2) sorted by relevance
13 from update_file import updating_file_with_tmpfile531 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):
16 def updating_file_with_tmpfile(filename, tmpfile=None): function