/openbmc/openbmc/meta-security/recipes-security/redhat-security/files/ |
H A D | find-sh4tmp.sh | 36 tempfile=`mktemp /tmp/sh4.XXXXXX` 38 if [ -z "$tempfile" -o -z "$tempfile2" ] ; then 42 trap "rm -f $tempfile; rm -f $tempfile2; exit 2" 1 2 3 5 15 46 find $DIR -type f -perm /0111 -print >> $tempfile 2>/dev/null 106 done < $tempfile 107 rm -f $tempfile
|
H A D | find-sh4errors.sh | 36 tempfile=`mktemp /tmp/sh4.XXXXXX` 38 if [ -z "$tempfile" -o -z "$tempfile2" ] ; then 42 trap "rm -f $tempfile; rm -f $tempfile2; exit 2" 1 2 3 5 15 46 /usr/bin/find $DIR -type f -perm /0111 -print >> $tempfile 2>/dev/null 57 done < $tempfile 58 /bin/rm -f $tempfile
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
H A D | runqueue.py | 11 import tempfile 55 with tempfile.TemporaryDirectory(prefix="runqueuetest") as tempdir: 65 with tempfile.TemporaryDirectory(prefix="runqueuetest") as tempdir: 77 with tempfile.TemporaryDirectory(prefix="runqueuetest") as tempdir: 88 with tempfile.TemporaryDirectory(prefix="runqueuetest") as tempdir: 99 with tempfile.TemporaryDirectory(prefix="runqueuetest") as tempdir: 110 with tempfile.TemporaryDirectory(prefix="runqueuetest") as tempdir: 120 with tempfile.TemporaryDirectory(prefix="runqueuetest") as tempdir: 131 with tempfile.TemporaryDirectory(prefix="runqueuetest") as tempdir: 145 with tempfile.TemporaryDirectory(prefix="runqueuetest") as tempdir: [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | lic_checksum.py | 8 import tempfile 19 lic_file, lic_path = tempfile.mkstemp(" -afterspace") 40 lic_file, lic_path = tempfile.mkstemp()
|
H A D | externalsrc.py | 9 import tempfile 21 externalsrc_dir = tempfile.TemporaryDirectory(prefix="externalsrc").name
|
H A D | devtool.py | 11 import tempfile 28 templayerdir = tempfile.mkdtemp(prefix='devtoolqa') 341 tempdir = tempfile.mkdtemp(prefix='devtoolqa') 360 tempdir = tempfile.mkdtemp(prefix='devtoolqa') 401 tempdir = tempfile.mkdtemp(prefix='devtoolqa') 435 tempdir = tempfile.mkdtemp(prefix='devtoolqa') 490 tempdir = tempfile.mkdtemp(prefix='devtoolqa') 538 tempdir = tempfile.mkdtemp(prefix='devtoolqa') 582 tempdir = tempfile.mkdtemp(prefix='devtoolqa') 631 tempdir = tempfile.mkdtemp(prefix='devtoolqa') [all …]
|
H A D | minidebuginfo.py | 8 import tempfile 33 with tempfile.TemporaryDirectory(prefix = "unpackfs-") as unpackedfs:
|
H A D | signing.py | 14 import tempfile 28 self.gpg_dir = tempfile.mkdtemp(prefix="oeqa-signing-") 109 rpmdb = tempfile.mkdtemp(prefix='oeqa-rpmdb') 203 templayerdir = tempfile.mkdtemp(prefix='signingqa')
|
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/selftest/cases/ |
H A D | runfvp.py | 5 import tempfile 63 with tempfile.NamedTemporaryFile('w') as tf: 72 with tempfile.NamedTemporaryFile('w') as tf: 109 with tempfile.NamedTemporaryFile('w') as fvpconf: 141 with tempfile.NamedTemporaryFile('w') as fvpconf:
|
/openbmc/qemu/tests/avocado/ |
H A D | linux_initrd.py | 13 import tempfile 42 with tempfile.NamedTemporaryFile() as initrd: 71 with tempfile.NamedTemporaryFile() as initrd:
|
H A D | tcg_plugins.py | 12 import tempfile 76 plugin_log = tempfile.NamedTemporaryFile(mode="r+t", prefix="plugin", 106 plugin_log = tempfile.NamedTemporaryFile(mode="r+t", prefix="plugin",
|
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/buildtools-docs-cases/ |
H A D | build.py | 7 import tempfile 17 … with tempfile.TemporaryDirectory(prefix='docs-tarball-build-', dir=self.tc.sdk_dir) as testdir:
|
/openbmc/u-boot/tools/patman/ |
H A D | test.py | 8 import tempfile 72 inhandle, inname = tempfile.mkstemp() 77 exphandle, expname = tempfile.mkstemp() 210 inhandle, inname = tempfile.mkstemp()
|
/openbmc/qemu/scripts/ |
H A D | xml-preprocess-test.py | 13 import tempfile 24 with tempfile.NamedTemporaryFile(mode="w", delete=False) as temp_file: 32 with tempfile.NamedTemporaryFile(mode="w", delete=False) as temp_file: 39 with tempfile.NamedTemporaryFile(mode="w", delete=False) as inc_file:
|
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/ |
H A D | common.py | 7 import tempfile 24 self.tempdir = tempfile.mkdtemp()
|
/openbmc/openbmc-tools/rootfs_size/ |
H A D | rootfs_size.py | 8 import tempfile 59 with tempfile.TemporaryDirectory() as newsquashfsroot: 90 with tempfile.TemporaryDirectory() as tempsquashfsdir:
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/ |
H A D | test_runner.py | 10 import tempfile 19 fp = tempfile.TemporaryFile(mode='w+')
|
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/buildtools-cases/ |
H A D | build.py | 7 import os, tempfile 18 with tempfile.TemporaryDirectory(prefix='bitbake-build-', dir=self.tc.sdk_dir) as testdir:
|
/openbmc/qemu/python/scripts/ |
H A D | vendor.py | 26 import tempfile 50 with tempfile.NamedTemporaryFile(mode="w", encoding="utf-8") as file:
|
/openbmc/openbmc-test-automation/lib/ |
H A D | gen_robot_plug_in.py | 10 import tempfile 120 temp = tempfile.NamedTemporaryFile() 122 temp2 = tempfile.NamedTemporaryFile()
|
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/ |
H A D | buildlzip.py | 7 import os, tempfile, subprocess, unittest 17 with tempfile.TemporaryDirectory(prefix="lzip", dir=self.tc.sdk_dir) as testdir:
|
H A D | buildcpio.py | 8 import tempfile 21 with tempfile.TemporaryDirectory(prefix="cpio-", dir=self.tc.sdk_dir) as testdir:
|
H A D | buildepoxy.py | 9 import tempfile 26 with tempfile.TemporaryDirectory(prefix="epoxy", dir=self.tc.sdk_dir) as testdir:
|
H A D | assimp.py | 9 import tempfile 27 with tempfile.TemporaryDirectory(prefix="assimp", dir=self.tc.sdk_dir) as testdir:
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | nfs.py | 8 import tempfile 25 with tempfile.NamedTemporaryFile(delete = False) as exports:
|