Searched refs:tempfile (Results 1 - 5 of 5) sorted by relevance

/ec/ECSpooler/tests/
H A DtestUtil.py10 import tempfile namespace
32 __pid_filename = os.path.join(tempfile.gettempdir(), 'test_utils.pid')
/ec/ECSpooler/lib/util/
H A Dutils.py16 import tempfile namespace
41 return os.path.join(tempfile.gettempdir(), name + suffix)
/ec/ECSpooler/lib/
H A DProgrammingBackend.py11 #import sys, os, re, popen2, tempfile, threading, signal, traceback
12 import sys, os, subprocess, tempfile, threading, signal, traceback namespace
293 #LOG.debug('%s' % tempfile.gettempdir())
299 fName = os.path.join(tempfile.gettempdir(), dir, name + suffix)
430 os.chdir(tempfile.gettempdir())
432 path = os.path.join(tempfile.gettempdir(), directory)
/ec/ECSpooler/backends/sql/
H A DSQL.py9 import tempfile namespace
175 execDir = os.path.join(tempfile.gettempdir(), job.getId())
/ec/ECSpooler/backends/javare/
H A DJavaRE.py9 import tempfile namespace
377 fd,fn = tempfile.mkstemp(".txt", "input-", dn)

Completed in 1209 milliseconds