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

/linux-master/tools/testing/selftests/powerpc/nx-gzip/
H A Dnx-gzip-test.sh14 rm -f nx-tempfile*
22 local fname="nx-tempfile.$n"
/linux-master/tools/testing/selftests/powerpc/mm/
H A DMakefile12 TEST_GEN_FILES := tempfile
34 $(OUTPUT)/tempfile:
/linux-master/tools/cgroup/
H A Diocost_coef_gen.py29 import tempfile namespace
93 outfile = tempfile.NamedTemporaryFile()
/linux-master/scripts/kconfig/tests/
H A Dconftest.py16 import tempfile namespace
62 with tempfile.TemporaryDirectory() as temp_dir:
/linux-master/tools/testing/kunit/
H A Dkunit_tool_test.py12 import tempfile, shutil # Handling test_tmpdir namespace
32 test_tmpdir = tempfile.mkdtemp()
415 with tempfile.NamedTemporaryFile('wt') as kunitconfig:
419 with tempfile.TemporaryDirectory('') as dir:
429 with tempfile.TemporaryDirectory('') as dir:
442 with tempfile.TemporaryDirectory('') as dir:
468 with tempfile.TemporaryDirectory('') as build_dir:
481 with tempfile.TemporaryDirectory('') as build_dir:
497 with tempfile.TemporaryDirectory('') as build_dir:
517 with tempfile
[all...]
/linux-master/tools/testing/selftests/hid/tests/
H A Dbase.py322 import tempfile namespace
325 with tempfile.NamedTemporaryFile(
/linux-master/scripts/
H A Dleaking_addresses.pl26 use File::Temp qw/tempfile/;
258 ($tmp_fh, $tmp_file) = tempfile("config.gz-XXXXXX",
H A Drust_is_available_test.py15 import tempfile namespace
76 cls.tempdir = tempfile.TemporaryDirectory()
/linux-master/tools/perf/tests/
H A Dattr.py10 import tempfile namespace
363 tempdir = tempfile.mkdtemp();
/linux-master/tools/power/pm-graph/
H A Dbootgraph.py767 tempfile = '/etc/default/grub.analyze_boot'
768 shutil.move(grubfile, tempfile)
771 fp = open(tempfile, 'r')
810 shutil.move(tempfile, grubfile)
/linux-master/tools/net/ynl/
H A Dynl-gen-c.py10 import tempfile namespace
1210 self._out = tempfile.NamedTemporaryFile('w+')

Completed in 129 milliseconds