| /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 57 with tempfile.TemporaryDirectory(prefix="runqueuetest") as tempdir: 67 with tempfile.TemporaryDirectory(prefix="runqueuetest") as tempdir: 79 with tempfile.TemporaryDirectory(prefix="runqueuetest") as tempdir: 90 with tempfile.TemporaryDirectory(prefix="runqueuetest") as tempdir: 101 with tempfile.TemporaryDirectory(prefix="runqueuetest") as tempdir: 112 with tempfile.TemporaryDirectory(prefix="runqueuetest") as tempdir: 122 with tempfile.TemporaryDirectory(prefix="runqueuetest") as tempdir: 133 with tempfile.TemporaryDirectory(prefix="runqueuetest") as tempdir: 147 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 | minidebuginfo.py | 8 import tempfile 34 with tempfile.TemporaryDirectory(prefix = "unpackfs-") as unpackedfs:
|
| H A D | signing.py | 14 import tempfile 28 self.gpg_dir = tempfile.mkdtemp(prefix="oeqa-signing-") 111 rpmdb = tempfile.mkdtemp(prefix='oeqa-rpmdb') 205 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/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/qemu/tests/functional/ |
| H A D | test_linux_initrd.py | |
| H A D | test_aarch64_tcg_plugins.py | |
| /openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/ |
| H A D | common.py | 7 import tempfile 24 self.tempdir = tempfile.mkdtemp()
|
| /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/openbmc/poky/meta/lib/oeqa/core/tests/ |
| H A D | test_runner.py | 10 import tempfile 19 fp = tempfile.TemporaryFile(mode='w+')
|
| /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/meta/lib/oeqa/sdk/cases/ |
| H A D | kmod.py | 9 import tempfile 28 with tempfile.TemporaryDirectory(prefix="cryptodev", dir=self.tc.sdk_dir) as testdir:
|
| H A D | gtk3.py | 9 import tempfile 27 with tempfile.TemporaryDirectory(prefix="libhandy", dir=self.tc.sdk_dir) as testdir:
|
| H A D | makefile.py | 7 import os, tempfile, subprocess 23 with tempfile.TemporaryDirectory(prefix="lzip", dir=self.tc.sdk_dir) as testdir:
|
| H A D | cmake.py | 9 import tempfile 29 with tempfile.TemporaryDirectory(prefix="assimp", dir=self.tc.sdk_dir) as testdir:
|
| H A D | autotools.py | 8 import tempfile 26 with tempfile.TemporaryDirectory(prefix="cpio-", dir=self.tc.sdk_dir) as testdir:
|
| /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/utils/ |
| H A D | nfs.py | 8 import tempfile 25 with tempfile.NamedTemporaryFile(delete = False) as exports:
|
| /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/bitbake/lib/toaster/bldcollector/ |
| H A D | views.py | 12 import tempfile 28 (handle, abstemppath) = tempfile.mkstemp(dir="/tmp/")
|