Lines Matching refs:tempfile
12 import tempfile, shutil # Handling test_tmpdir
32 test_tmpdir = tempfile.mkdtemp()
399 with tempfile.NamedTemporaryFile('wt') as kunitconfig:
403 with tempfile.TemporaryDirectory('') as dir:
413 with tempfile.TemporaryDirectory('') as dir:
426 with tempfile.TemporaryDirectory('') as dir:
452 with tempfile.TemporaryDirectory('') as build_dir:
465 with tempfile.TemporaryDirectory('') as build_dir:
481 with tempfile.TemporaryDirectory('') as build_dir:
501 with tempfile.TemporaryDirectory('') as build_dir: