Home
last modified time | relevance | path

Searched refs:tempfile (Results 101 – 125 of 183) sorted by relevance

12345678

/openbmc/skeleton/pyflashbmc/
H A Dbmc_update.py12 import tempfile
288 progress = tempfile.NamedTemporaryFile(
/openbmc/openbmc/poky/scripts/lib/
H A Dscriptutils.py17 import tempfile
151 tmpdir = tempfile.mkdtemp(prefix='recipetool-', dir=tmpparent)
/openbmc/linux/tools/testing/selftests/hid/tests/
H A Dbase.py323 import tempfile
326 with tempfile.NamedTemporaryFile(
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dbuild.py13 import tempfile
H A Dstandard.py14 import tempfile
94 tmpsrcdir = tempfile.mkdtemp(prefix='devtoolsrc', dir=srctreeparent)
161 tempdir = tempfile.mkdtemp(prefix='devtool')
557 tempdir = tempfile.mkdtemp(prefix='devtooltmp-', dir=tempbasedir)
1608 tempdir = tempfile.mkdtemp(prefix='devtool')
1612 local_files_dir = tempfile.mkdtemp(dir=tempdir)
1617 patches_dir = tempfile.mkdtemp(dir=tempdir)
1711 tempdir = tempfile.mkdtemp(prefix='devtool')
1713 local_files_dir = tempfile.mkdtemp(dir=tempdir)
1717 patches_dir = tempfile.mkdtemp(dir=tempdir)
[all …]
H A Dsdk.py15 import tempfile
131 tmpsdk_dir = tempfile.mkdtemp()
/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dtest_patching.py8 from tempfile import NamedTemporaryFile
/openbmc/openbmc/poky/scripts/
H A Dinstall-buildtools45 import tempfile
227 tmpsdk_dir = tempfile.mkdtemp()
H A Dcombo-layer18 import tempfile
177 out = tempfile.TemporaryFile()
180 err = tempfile.TemporaryFile()
340 with tempfile.NamedTemporaryFile(mode='wt') as editor:
364 with tempfile.NamedTemporaryFile(mode='wt') as hookwrapper:
1148 with tempfile.NamedTemporaryFile(mode='wt', delete=False) as patch:
/openbmc/openbmc-test-automation/lib/
H A Dgen_misc.py30 import tempfile
575 temp = tempfile.NamedTemporaryFile()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dterminal.py240 import tempfile
242 pidfile = tempfile.NamedTemporaryFile(delete = False).name
/openbmc/openbmc/poky/bitbake/lib/bblayers/
H A Daction.py12 import tempfile
47 tempdir = tempfile.mkdtemp()
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_go.py29 import tempfile
379 tmpdir = tempfile.mkdtemp()
614 tmp_vendor_dir = tempfile.mkdtemp()
688 localfilesdir = tempfile.mkdtemp(prefix='recipetool-go-')
/openbmc/u-boot/tools/dtoc/
H A Dfdt_util.py14 import tempfile
/openbmc/openbmc/poky/meta/classes-global/
H A Dpatch.bbclass123 import tempfile
124 process_tmpdir = tempfile.mkdtemp()
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dgit.py83 import tempfile
402 tmpdir = tempfile.mkdtemp(dir=d.getVar('DL_DIR'))
492 with tempfile.TemporaryDirectory(dir=d.getVar('DL_DIR')) as tmpdir:
516 fd, tfile = tempfile.mkstemp(dir=os.path.dirname(filename))
530 tempdir = tempfile.mkdtemp(dir=d.getVar('DL_DIR'))
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dpkgdata.py8 import tempfile
201 tempdir = tempfile.mkdtemp(prefix='pkgdataqa')
/openbmc/qemu/tests/avocado/
H A Dacpi-bits.py41 import tempfile
294 self._workDir = tempfile.mkdtemp(prefix='acpi-bits-',
/openbmc/linux/tools/perf/tests/
H A Dattr.py10 import tempfile
363 tempdir = tempfile.mkdtemp();
/openbmc/u-boot/tools/patman/
H A Dpatchstream.py9 import tempfile
454 handle, tmpname = tempfile.mkstemp()
/openbmc/u-boot/tools/buildman/
H A Dfunc_test.py8 import tempfile
177 self._base_dir = tempfile.mkdtemp()
H A Dtoolchain.py10 import tempfile
493 tmpdir = tempfile.mkdtemp('.buildman')
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dfilemap.py25 import tempfile
223 tmp_obj = tempfile.TemporaryFile("w+", dir=directory)
/openbmc/linux/scripts/
H A Drust_is_available_test.py15 import tempfile
76 cls.tempdir = tempfile.TemporaryDirectory()
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Dbootimg-efi.py15 import tempfile
317 with tempfile.TemporaryDirectory() as tmp_dir:

12345678