Home
last modified time | relevance | path

Searched refs:tempfile (Results 26 – 50 of 183) sorted by relevance

12345678

/openbmc/linux/tools/testing/selftests/powerpc/mm/
H A DMakefile12 TEST_GEN_FILES := tempfile
34 $(OUTPUT)/tempfile:
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/
H A Dbuildgalculator.py9 import tempfile
29 with tempfile.TemporaryDirectory(prefix="galculator", dir=self.tc.sdk_dir) as testdir:
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcollector/
H A Dviews.py12 import tempfile
28 (handle, abstemppath) = tempfile.mkstemp(dir="/tmp/")
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dutils.py12 import tempfile
111 with tempfile.NamedTemporaryFile() as f:
119 with tempfile.NamedTemporaryFile() as f:
127 with tempfile.NamedTemporaryFile() as f:
169 with tempfile.NamedTemporaryFile('w', delete=False) as tf:
427 with tempfile.NamedTemporaryFile('w', delete=False) as tf:
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dgitsm.py24 import tempfile
170 tmpdir = tempfile.mkdtemp(dir=d.getVar("DL_DIR"))
202 tmpdir = tempfile.mkdtemp(dir=d.getVar("DL_DIR"))
258 import shutil, subprocess, tempfile
269 tmpdir = tempfile.mkdtemp(dir=d.getVar("DL_DIR"))
/openbmc/u-boot/scripts/
H A Dfill_scrapyard.py39 import tempfile
121 fd, self.filename = tempfile.mkstemp()
/openbmc/openbmc/poky/scripts/contrib/
H A Dconvert-spdx-licenses.py13 import tempfile
102 fh, abs_path = tempfile.mkstemp()
H A Dconvert-variable-renames.py15 import tempfile
65 fh, abs_path = tempfile.mkstemp()
H A Dconvert-srcuri.py13 import tempfile
30 fh, abs_path = tempfile.mkstemp()
H A Ddevtool-stress.py19 import tempfile
106 tmpdir = tempfile.mkdtemp()
152 tmpdir = tempfile.mkdtemp()
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dmeta_ide.py11 import tempfile
28 cls.tmpdir_metaideQA = tempfile.mkdtemp(prefix='metaide')
H A Dgdbserver.py8 import tempfile
39 with tempfile.TemporaryDirectory(prefix="debugfs-") as debugfs:
H A Dgotoolchain.py10 import tempfile
37 cls.tmpdir_SDKQA = tempfile.mkdtemp(prefix='SDKQA')
H A Dfetch.py7 import tempfile
73 …with bb.tinfoil.Tinfoil() as tinfoil, tempfile.TemporaryDirectory(prefix="selftest-fetch") as temp…
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dbuildproject.py13 import tempfile
23 self.tempdirobj = tempfile.TemporaryDirectory(prefix='buildproject-')
/openbmc/openbmc-build-scripts/scripts/
H A Ddbus-unit-test.py14 import tempfile
104 DBUS_DIR = tempfile.TemporaryDirectory(dir="/tmp/")
/openbmc/openbmc/poky/meta-selftest/lib/oeqa/runtime/cases/
H A Ddnf_runtime.py10 import tempfile
11 cls.temp_dir = tempfile.TemporaryDirectory(prefix="oeqa-remotefeeds-")
/openbmc/qemu/scripts/performance/
H A Ddissect.py37 import tempfile
84 with tempfile.TemporaryDirectory() as tmpdirname:
/openbmc/openpower-inventory-upload/
H A Dinventory_upload.py25 import tempfile
103 h, tmpfile = tempfile.mkstemp()
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/
H A Dpath.py9 import tempfile
48 self.tmpdir = tempfile.mkdtemp(prefix = "oe-test_path")
/openbmc/openbmc/poky/scripts/
H A Doe-check-sstate14 import tempfile
45 tmpdir = tempfile.mkdtemp(prefix='oe-check-sstate-')
/openbmc/qemu/tests/avocado/
H A Dmigration.py13 import tempfile
72 with tempfile.TemporaryDirectory(prefix='socket_') as socket_path:
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dlogin.py9 import tempfile
77 with tempfile.NamedTemporaryFile(prefix="oeqa-screenshot-login", suffix=".png") as t:
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dutilcmds.py13 import tempfile
188 tmppath = tempfile.mkdtemp()
189 with tempfile.NamedTemporaryFile('w', delete=False) as tf:
/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Dstore.py9 import tempfile
22 tempdir = tempfile.mkdtemp(prefix='testresults.')

12345678