Home
last modified time | relevance | path

Searched refs:tempfile (Results 151 – 175 of 183) sorted by relevance

12345678

/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate.py407 import tempfile
519 tempsrc = tempfile.mkdtemp(prefix='recipetool-', dir=tmpparent)
605 tmpfdir = tempfile.mkdtemp(prefix='recipetool-')
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dutils.py35 import tempfile
1831 prefix = tempfile.gettempprefix() + entropy
1832 return tempfile.mkstemp(suffix=suffix, prefix=prefix, dir=dir, text=text)
/openbmc/openbmc/meta-security/recipes-security/krill/
H A Dkrill-crates.inc214 crate://crates.io/tempfile/3.3.0;name=tempfile-3.3.0 \
488 SRC_URI[tempfile-3.3.0.sha256sum] = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79…
/openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-service/
H A Dparsec-service-crates.inc183 crate://crates.io/tempfile/3.8.0 \
419 SRC_URI[tempfile-3.8.0.sha256sum] = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054…
/openbmc/openbmc/poky/meta/lib/oe/
H A Drecipeutils.py13 import tempfile
945 if newfile.startswith(tempfile.gettempdir()):
/openbmc/qemu/python/tests/
H A Dprotocol.py5 from tempfile import TemporaryDirectory
/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/
H A Drest_dbus.py31 import tempfile
818 handle, filename = tempfile.mkstemp(cls.file_suffix,
909 with tempfile.NamedTemporaryFile(
/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dpatching.py11 from tempfile import NamedTemporaryFile
/openbmc/openbmc/poky/meta/recipes-gnome/librsvg/
H A Dlibrsvg-crates.inc214 crate://crates.io/tempfile/3.8.1 \
486 SRC_URI[tempfile-3.8.1.sha256sum] = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/uutils-coreutils/
H A Duutils-coreutils-crates.inc218 crate://crates.io/tempfile/3.10.1 \
498 SRC_URI[tempfile-3.10.1.sha256sum] = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8b…
/openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/
H A D__init__.py403 tmp_dir = tempfile.mkdtemp()
/openbmc/openbmc/poky/meta/lib/oe/package_manager/ipk/
H A D__init__.py134 tmp_dir = tempfile.mkdtemp()
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-maturin-crates.inc225 crate://crates.io/tempfile/3.8.1 \
533 SRC_URI[tempfile-3.8.1.sha256sum] = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808…
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Devent.py16 import tempfile
970 f = tempfile.NamedTemporaryFile(suffix = '.bb')
H A Dfetch.py12 import tempfile
416 self.tempdir = tempfile.mkdtemp(prefix="bitbake-fetch-")
805 src_dir = tempfile.mkdtemp(dir=self.tempdir,
1132 tempdir = tempfile.mkdtemp(prefix="bitbake-fetch-")
1269 src_dir = tempfile.mkdtemp(dir=self.tempdir,
1275 repo_dir = tempfile.mkdtemp(dir=self.tempdir,
/openbmc/openbmc/poky/meta/lib/oe/package_manager/deb/
H A D__init__.py152 tmp_dir = tempfile.mkdtemp()
/openbmc/openbmc/poky/meta/classes/
H A Darchiver.bbclass186 import shutil, tempfile
224 tmpdir = tempfile.mkdtemp(dir=d.getVar('ARCHIVER_WORKDIR'))
/openbmc/u-boot/tools/binman/
H A Dftest.py15 import tempfile
90 self._indir = tempfile.mkdtemp(prefix='binmant.')
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dtests.py17 import tempfile
100 self.temp_dir = tempfile.TemporaryDirectory(prefix='bb-hashserv')
/openbmc/openbmc-build-scripts/scripts/
H A Dunit-test.py20 from tempfile import TemporaryDirectory
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dwic.py18 from tempfile import NamedTemporaryFile
19 from tempfile import TemporaryDirectory
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-cleanup.patch1368 (void) sprintf(tempfile, "%s/%s", cp, _RDIST_TMP);
1370 msgfac->mf_filename = tempfile;
/openbmc/openbmc/meta-security/recipes-ids/suricata/
H A Dsuricata-crates.inc698 crate://crates.io/tempfile/3.2.0 \
733 SRC_URI[tempfile-3.2.0.sha256sum] = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb…
/openbmc/linux/tools/net/ynl/
H A Dynl-gen-c.py9 import tempfile
1061 self._out = tempfile.TemporaryFile('w+')
/openbmc/openbmc/poky/meta/classes-global/
H A Dsanity.bbclass319 import tempfile
320 with tempfile.NamedTemporaryFile(prefix='TmP', dir=path) as tmp_file:

12345678