Home | History | Annotate | Download | only in Lib

Lines Matching refs:tmpfile

378     tmpfile = ''
388 self.tmpfile = tmpfile = tempfile.mktemp()
389 os.system(cmd + ' > %s' % tmpfile)
390 self.pipe = open(tmpfile,'rb')
411 if self.tmpfile:
413 remove(self.tmpfile)