Lines Matching refs:out_file
45 out_file,
62 out_file: Output file name.
90 self.out_file = out_file
123 out = pipe.open(self.out_file, 'w')
125 out = open(self.out_file, 'w')
134 out = pipe.open(self.out_file, 'w')
308 dest="out_file", default="DEPS",
368 if not options.out_file.endswith(options.out_format):
369 options.out_file += '.' + options.out_format
381 out_file=options.out_file,