Home
last modified time | relevance | path

Searched refs:tempfile (Results 51 – 75 of 183) sorted by relevance

12345678

/openbmc/openbmc/poky/scripts/contrib/
H A Doe-build-perf-report-email.py21 import tempfile
98 outdir = tempfile.mkdtemp(dir='.')
H A Dconvert-overrides.py22 import tempfile
106 fh, abs_path = tempfile.mkstemp()
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dcompression.py13 import tempfile
20 self._t = tempfile.TemporaryDirectory()
H A Dpersist_data.py12 import tempfile
21 self.tempdir = tempfile.TemporaryDirectory()
/openbmc/qemu/scripts/
H A Dnsis.py12 import tempfile
57 destdir = tempfile.mkdtemp()
/openbmc/u-boot/tools/patman/
H A Dtools.py10 import tempfile
64 outdir = tempfile.mkdtemp(prefix='binman.')
/openbmc/u-boot/tools/binman/
H A Dfdt_test.py9 import tempfile
21 self._indir = tempfile.mkdtemp(prefix='binmant.')
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A Dset_required_questions.py5 import argparse, os, shutil, sys, tempfile, traceback
86 questions_out = tempfile.NamedTemporaryFile(mode="w+", delete=False)
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Desdk.py7 import tempfile
83 cls.tmpdirobj = tempfile.TemporaryDirectory(prefix="selftest-esdk-", dir=bb_vars["WORKDIR"])
H A Druntime_test.py11 import tempfile
94 with tempfile.TemporaryDirectory() as tmpdirname:
169 self.gpg_home = tempfile.mkdtemp(prefix="oeqa-feed-sign-")
206 self.gpg_home = tempfile.mkdtemp(prefix="oeqa-feed-sign-")
H A Dreproducible.py12 import tempfile
114 with tempfile.TemporaryDirectory() as tmpdir:
120 with tempfile.TemporaryDirectory() as tmpdir:
272 … save_dir = tempfile.mkdtemp(prefix='oe-reproducible-%s-' % datestr, dir=self.save_results)
H A Dgitarchivetests.py14 import tempfile
34 tempdir = tempfile.mkdtemp(prefix='fake_results.')
/openbmc/linux/tools/testing/selftests/powerpc/mm/
H A D.gitignore14 tempfile
/openbmc/openbmc/meta-openembedded/meta-oe/lib/oeqa/selftest/cases/
H A Dmeta_oe_sources.py5 import tempfile
/openbmc/openbmc/poky/scripts/
H A Dverify-bashisms34 import tempfile
39 fn = tempfile.NamedTemporaryFile(mode="w+t")
H A Dyocto_testresults_query.py17 import tempfile
27 workdir = tempfile.mkdtemp(prefix='yocto-testresults-query.')
/openbmc/linux/tools/testing/kunit/
H A Dkunit_tool_test.py12 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:
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/external-system/files/
H A D0001-tools-gen_module_code-atomically-rewrite-the-generat.patch37 +import tempfile
56 + with tempfile.NamedTemporaryFile(prefix="gen-module-code",
/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/
H A Dnx-gzip-test.sh14 rm -f nx-tempfile*
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/
H A Dbuildhistory.py10 import tempfile
17 self.repo_path = tempfile.mkdtemp(prefix='selftest-buildhistory',
/openbmc/u-boot/scripts/kconfig/tests/
H A Dconftest.py16 import tempfile
58 with tempfile.TemporaryDirectory() as temp_dir:
/openbmc/linux/scripts/kconfig/tests/
H A Dconftest.py16 import tempfile
62 with tempfile.TemporaryDirectory() as temp_dir:
/openbmc/openbmc/poky/meta/lib/oe/
H A Dgpg_sign.py13 import tempfile
93 with tempfile.TemporaryDirectory(dir=os.path.dirname(output_file)) as tmp_dir:
/openbmc/qemu/tests/avocado/
H A Dmachine_s390_ccw_virtio.py13 import tempfile
247 with tempfile.NamedTemporaryFile(suffix='.ppm',
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dbuild_sdk.py15 import tempfile

12345678