Home
last modified time | relevance | path

Searched refs:tempfile (Results 76 – 100 of 183) sorted by relevance

12345678

/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dnpm.py31 import tempfile
92 self.user_config = tempfile.NamedTemporaryFile(mode="w", buffering=1)
107 with tempfile.TemporaryDirectory() as tmpdir:
H A Dwget.py17 import tempfile
457 f = tempfile.NamedTemporaryFile()
458 …with tempfile.TemporaryDirectory(prefix="wget-index-") as workdir, tempfile.NamedTemporaryFile(dir…
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dparse.py10 import tempfile
43 f = tempfile.NamedTemporaryFile(suffix = suffix)
293 with tempfile.TemporaryDirectory() as tempdir:
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dscp.py8 from tempfile import mkstemp
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Ddiagnose.py15 import tempfile
203 filehandle = tempfile.NamedTemporaryFile()
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dtargetbuild.py13 import tempfile
26 self.tempdirobj = tempfile.TemporaryDirectory(prefix='buildproject-')
/openbmc/qemu/scripts/
H A Ddisas-objdump.pl25 my ($outh, $outname) = tempfile();
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dengine.py19 import tempfile
303 tmpf = tempfile.NamedTemporaryFile(prefix="wic-part")
449 with tempfile.NamedTemporaryFile(prefix="wic-sfdisk-", mode='w') as outf:
514 with tempfile.NamedTemporaryFile(prefix="wic-part{}-".format(pnum)) as partf:
526 with tempfile.TemporaryDirectory(prefix='wic-fatdir-') as tmpdir:
/openbmc/linux/tools/cgroup/
H A Diocost_coef_gen.py29 import tempfile
93 outfile = tempfile.NamedTemporaryFile()
/openbmc/u-boot/tools/patman/
H A Dfunc_test.py12 import tempfile
37 self.tmpdir = tempfile.mkdtemp(prefix='patman.')
/openbmc/openbmc-test-automation/lib/
H A Dboot_data.py11 import tempfile
77 temp = tempfile.NamedTemporaryFile()
H A Dipmi_utils.py9 import tempfile
58 temp = tempfile.NamedTemporaryFile()
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dnpm.bbclass109 import tempfile
173 with tempfile.TemporaryDirectory() as tmpdir:
219 with tempfile.TemporaryDirectory() as tmpdir:
260 import tempfile
265 with tempfile.TemporaryDirectory() as tmpdir:
H A Dkernel-module-split.bbclass51 import tempfile, subprocess
52 tempfile.tempdir = d.getVar("WORKDIR")
54 tf = tempfile.mkstemp()
/openbmc/qemu/tests/docker/
H A Ddocker.py23 import tempfile
312 tmp_df = tempfile.NamedTemporaryFile(mode="w+t",
453 docker_dir = tempfile.mkdtemp(prefix="docker_build")
536 tmp = tempfile.NamedTemporaryFile(suffix="dckr.tar.gz")
/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/
H A Dclamav.py4 from tempfile import mkstemp
H A Dsuricata.py4 from tempfile import mkstemp
/openbmc/u-boot/tools/buildman/
H A Dtest.py8 import tempfile
190 base_dir = tempfile.mkdtemp()
317 base_dir = tempfile.mkdtemp()
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Ddeploy.py13 import tempfile
242 tmpdir = tempfile.mkdtemp(prefix='devtool')
308 tmpdir = tempfile.mkdtemp(prefix='devtool')
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dbuildoptions.py11 import tempfile
113 dirpath = tempfile.mkdtemp()
/openbmc/qemu/tests/guest-debug/
H A Drun-test.py20 from tempfile import TemporaryDirectory
/openbmc/qemu/tests/avocado/
H A Dtuxrun_baselines.py14 import tempfile
230 with tempfile.NamedTemporaryFile(prefix=prefix,
/openbmc/qemu/tests/qemu-iotests/
H A Dtestenv.py21 import tempfile
129 self.sock_dir = tempfile.mkdtemp(prefix="qemu-iotests-")
/openbmc/pam-ipmi/src/pam_ipmisave/
H A Dpam_ipmisave.c242 FILE *tempfile = NULL; in get_temp_file_handle() local
253 tempfile = fdopen(fd, "w"); in get_temp_file_handle()
255 return tempfile; in get_temp_file_handle()
/openbmc/u-boot/tools/
H A Dgenboardscfg.py24 import tempfile
159 fd, self._tmpfile = tempfile.mkstemp()

12345678