Home | History | Annotate | Download | only in util-src

Lines Matching refs:src_file

706     with src_file_path.open("w") as src_file:
707 print(s, file=src_file)
783 with src_file_path.open("w") as src_file:
784 print(template.safe_substitute(expansions), file=src_file)
843 with src_file_path.open("w") as src_file:
844 print(template.safe_substitute(expansions), file=src_file)