Lines Matching refs:tempfile
27 import tempfile
295 ramdisk_img = tempfile.NamedTemporaryFile()
296 img = tempfile.NamedTemporaryFile()
402 tmp = tempfile.mkdtemp(prefix="targetfiles-")
493 temp = tempfile.NamedTemporaryFile()
671 fd, fn = tempfile.mkstemp(prefix=prefix, suffix=suffix)
892 t = tempfile.NamedTemporaryFile()
934 ptemp = tempfile.NamedTemporaryFile()
1041 tmpdir = tempfile.mkdtemp()