Home
last modified time | relevance | path

Searched refs:tempfile (Results 126 – 150 of 183) sorted by relevance

12345678

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/thin-provisioning-tools/
H A Dthin-provisioning-tools-crates.inc86 crate://crates.io/tempfile/3.10.0 \
192 SRC_URI[tempfile-3.10.0.sha256sum] = "a365e8cd18e44762ef95d87f284f4b5cd04107fec2ff3052bd6a3e6069669…
/openbmc/openbmc/poky/bitbake/lib/bs4/tests/
H A Dtest_soup.py7 import tempfile
102 filehandle = tempfile.NamedTemporaryFile()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pyruvate-crates.inc84 crate://crates.io/tempfile/3.3.0 \
191 SRC_URI[tempfile-3.3.0.sha256sum] = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79…
/openbmc/openbmc/meta-security/meta-parsec/lib/oeqa/runtime/cases/
H A Dparsec.py5 from tempfile import mkstemp
/openbmc/openbmc/poky/meta/recipes-graphics/piglit/
H A Dpiglit_git.bb33 # The built scripts go into the temporary directory according to tempfile
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpatch.py424 import tempfile
449 with tempfile.NamedTemporaryFile('w', delete=False) as tf:
514 import tempfile
516 tempdir = tempfile.mkdtemp(prefix='oepatch')
/openbmc/linux/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)
/openbmc/openbmc/poky/scripts/contrib/
H A Dimage-manifest17 import tempfile
323 tmpoutdir = tempfile.mkdtemp(prefix=os.path.basename(__file__)+'-')
/openbmc/openbmc/poky/meta/lib/oe/package_manager/
H A D__init__.py15 import tempfile
373 with tempfile.NamedTemporaryFile(mode="w+", prefix="installed-pkgs") as installed_pkgs:
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dappend.py355 import tempfile
356 dry_run_output = tempfile.TemporaryDirectory(prefix='devtool')
H A Dcreate_npm.py13 import tempfile
/openbmc/qemu/tests/avocado/avocado_qemu/
H A D__init__.py16 import tempfile
323 self._sd = tempfile.TemporaryDirectory(prefix="qemu_")
/openbmc/qemu/tests/avocado/
H A Dmachine_aspeed.py10 import tempfile
/openbmc/qemu/python/qemu/machine/
H A Dmachine.py29 import tempfile
937 self._temp_dir = tempfile.mkdtemp(prefix="qemu-machine-",
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Drecipetool.py10 import tempfile
21 templayerdir = tempfile.mkdtemp(prefix='recipetoolqa')
46 self.tempdir = tempfile.mkdtemp(prefix='recipetoolqa')
1066 srctree = tempfile.mkdtemp(prefix='recipetoolqa')
H A Dsstatetests.py11 import tempfile
219 tempdir = tempfile.mkdtemp(prefix='sstate_autorev')
220 tempdldir = tempfile.mkdtemp(prefix='sstate_autorev_dldir')
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dqemurunner.py22 import tempfile
200 qmp_file = "." + next(tempfile._get_candidate_names())
205 qmp_file2 = "." + next(tempfile._get_candidate_names())
/openbmc/openbmc/poky/meta/classes/
H A Dexternalsrc.bbclass206 import tempfile
225 with tempfile.NamedTemporaryFile(prefix='oe-devtool-index') as tmp_index:
/openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/
H A Ddirect.py17 import tempfile
91 return tempfile.mkdtemp(dir=self.outdir, prefix='tmp.wic.')
/openbmc/qemu/tests/vm/
H A Dbasevm.py25 import tempfile
111 self._tmpdir = os.path.realpath(tempfile.mkdtemp(prefix="vm-test-",
/openbmc/openbmc/poky/meta/recipes-devtools/rust/
H A Dcargo-c-crates.inc130 crate://crates.io/gix-tempfile/11.0.1 \
263 crate://crates.io/tempfile/3.10.0 \
456 SRC_URI[gix-tempfile-11.0.1.sha256sum] = "388dd29114a86ec69b28d1e26d6d63a662300ecf61ab3f4cc578f7d7d…
589 SRC_URI[tempfile-3.10.0.sha256sum] = "a365e8cd18e44762ef95d87f284f4b5cd04107fec2ff3052bd6a3e6069669…
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Ddata.py554 import tempfile
560 with tempfile.NamedTemporaryFile(delete=False) as tmpfile:
/openbmc/u-boot/tools/
H A Dmoveconfig.py312 import tempfile
1076 self.build_dir = tempfile.mkdtemp()
1409 self.src_dir = tempfile.mkdtemp()
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dupgrade.py13 import tempfile
219 tmpdir = tempfile.mkdtemp(prefix='devtool')
/openbmc/openbmc-tools/openbmctool/
H A Dopenbmctool.py29 import tempfile
787 eselBinPath = tempfile.gettempdir() + os.sep + uniqueID + 'esel.bin'
1601 saveLoc = tempfile.gettempdir()
1614 filename = tempfile.gettempdir()+os.sep + host+'-dump' + str(dumpNum) + '.tar.xz'
2373 …myDir = tempfile.gettempdir()+os.sep + host + "--" + datetime.datetime.now().strftime("%Y-%m-%d_%H…
2450 … filename = myDir.split(tempfile.gettempdir()+os.sep)[-1] + "_" + toolVersion + '_openbmc.zip'
2680 f = tempfile.TemporaryFile()
2681 tmpDir = tempfile.gettempdir()
2690 with open(tempfile.gettempdir() +os.sep+ tf.name, 'r') as imageInfo:
2705 os.remove(tempfile.gettempdir() +os.sep+ tf.name)

12345678