Lines Matching refs:outfile
141 self.outfile = None # open file handle of outfile_name during dump*
178 self.outfile.write(s + '\n')
480 with open(outfile_name, 'a') as outfile:
481 self.outfile = outfile
482 other.outfile = outfile
538 with open(self.outfile_name, 'a') as outfile:
539 self.outfile = outfile
984 with open('BUILD.gn', 'a') as outfile:
985 outfile.write(line)
995 with open(name, 'w') as outfile:
996 outfile.write(BUILD_GN_HEADER)
997 outfile.write('\n')
998 outfile.write('import("%s")\n' % IMPORT_CONTENT)