Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/mm/
H A DMakefile10 TEST_GEN_FILES := tempfile
30 $(OUTPUT)/tempfile:
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/
H A DMakefile12 TEST_GEN_FILES := tempfile
34 $(OUTPUT)/tempfile:
/kernel/linux/linux-6.6/tools/testing/kunit/
H A Dkunit_tool_test.py12 import tempfile, shutil # Handling test_tmpdir namespace
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
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/
H A Dnx-gzip-test.sh14 rm -f nx-tempfile*
22 local fname="nx-tempfile.$n"
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/nx-gzip/
H A Dnx-gzip-test.sh14 rm -f nx-tempfile*
22 local fname="nx-tempfile.$n"
/kernel/linux/linux-5.10/scripts/kconfig/tests/
H A Dconftest.py16 import tempfile namespace
58 with tempfile.TemporaryDirectory() as temp_dir:
/kernel/linux/linux-5.10/tools/cgroup/
H A Diocost_coef_gen.py29 import tempfile namespace
93 outfile = tempfile.NamedTemporaryFile()
/kernel/linux/linux-6.6/scripts/kconfig/tests/
H A Dconftest.py16 import tempfile namespace
62 with tempfile.TemporaryDirectory() as temp_dir:
/kernel/linux/linux-6.6/tools/cgroup/
H A Diocost_coef_gen.py29 import tempfile namespace
93 outfile = tempfile.NamedTemporaryFile()
/kernel/linux/linux-5.10/tools/perf/tests/
H A Dattr.py9 import tempfile namespace
302 tempdir = tempfile.mkdtemp();
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/
H A Dbase.py323 import tempfile namespace
326 with tempfile.NamedTemporaryFile(
/kernel/linux/linux-5.10/tools/testing/kunit/
H A Dkunit_tool_test.py12 import tempfile, shutil # Handling test_tmpdir namespace
27 test_tmpdir = tempfile.mkdtemp()
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dattr.py10 import tempfile namespace
363 tempdir = tempfile.mkdtemp();
/kernel/linux/linux-6.6/scripts/
H A Drust_is_available_test.py15 import tempfile namespace
76 cls.tempdir = tempfile.TemporaryDirectory()
/kernel/linux/linux-5.10/tools/power/pm-graph/
H A Dbootgraph.py765 tempfile = '/etc/default/grub.analyze_boot'
766 shutil.move(grubfile, tempfile)
769 fp = open(tempfile, 'r')
808 shutil.move(tempfile, grubfile)
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-6.6/tools/net/ynl/
H A Dynl-gen-c.py9 import tempfile namespace
1058 self._out = tempfile.TemporaryFile('w+')

Completed in 13 milliseconds