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)
781 with src_file_path.open("w") as src_file:
782 print(template.safe_substitute(expansions), file=src_file)
839 with src_file_path.open("w") as src_file:
840 print(template.safe_substitute(expansions), file=src_file)