Lines Matching refs:tempfile
33 import tempfile
503 tf = tempfile.NamedTemporaryFile('wb', suffix=file_suffix,
613 file_handle = tempfile.NamedTemporaryFile(dir=in_dir, delete=False)
663 tmp = tempfile.NamedTemporaryFile(mode='wb', delete=False)
682 host_dir = tempfile.mkdtemp()
708 host_dir = tempfile.mkdtemp()
737 host_dir = tempfile.mkdtemp()
775 with tempfile.NamedTemporaryFile() as tmp_file:
787 tmp_write = tempfile.NamedTemporaryFile(mode='wb', delete=False)
826 host_dir = tempfile.mkdtemp()
857 host_dir = tempfile.mkdtemp()
889 host_dir = tempfile.mkdtemp()
917 host_dir = tempfile.mkdtemp()
941 host_dir = tempfile.mkdtemp()
975 host_dir = tempfile.mkdtemp()
991 host_dir = tempfile.mkdtemp()
1027 base_dir = tempfile.mkdtemp()
1063 tf = tempfile.NamedTemporaryFile('wb', suffix=name, delete=False)