Searched refs:infile (Results 1 - 2 of 2) sorted by relevance
/pkg/src/util/log-scripts/ |
H A D | translate.py | 43 infile = open(sys.argv[1], "r") variable 55 line = infile.readline() 96 infile.close()
|
/pkg/src/ |
H A D | setup.py | 822 infile = file 826 infile, outfile = file 827 infile = util.convert_path(infile) 832 self.copy_file(infile, outfile) 1360 def copy_file(self, infile, outfile, preserve_mode=1, preserve_times=1, 1381 os.path.join("src", infile), self.timestamps[b"."]) 1390 dst, copied = _build_py.copy_file(self, infile, outfile,
|
Completed in 12 milliseconds