Home | History | Annotate | Download | only in cpython2

Lines Matching refs:tmpfile

382         tmpfile = os.path.join(self.build_temp, 'multiarch')
386 '%s -print-multiarch > %s 2> /dev/null' % (cc, tmpfile))
390 with open(tmpfile) as fp:
393 os.unlink(tmpfile)
407 tmpfile = os.path.join(self.build_temp, 'multiarch')
412 (opt, tmpfile))
415 with open(tmpfile) as fp:
422 os.unlink(tmpfile)
426 tmpfile = os.path.join(self.build_temp, 'gccpaths')
429 ret = os.system('%s -E -v - </dev/null 2>%s 1>/dev/null' % (gcc, tmpfile))
436 with open(tmpfile) as fp:
454 os.unlink(tmpfile)