Searched refs:tempfile (Results 1 - 5 of 5) sorted by relevance
/ec/ECSpooler/tests/ |
H A D | testUtil.py | 10 import tempfile namespace 32 __pid_filename = os.path.join(tempfile.gettempdir(), 'test_utils.pid')
|
/ec/ECSpooler/lib/util/ |
H A D | utils.py | 16 import tempfile namespace 41 return os.path.join(tempfile.gettempdir(), name + suffix)
|
/ec/ECSpooler/lib/ |
H A D | ProgrammingBackend.py | 11 #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 D | SQL.py | 9 import tempfile namespace 175 execDir = os.path.join(tempfile.gettempdir(), job.getId())
|
/ec/ECSpooler/backends/javare/ |
H A D | JavaRE.py | 9 import tempfile namespace 377 fd,fn = tempfile.mkstemp(".txt", "input-", dn)
|
Completed in 1209 milliseconds