| /openbmc/openbmc-build-scripts/scripts/ |
| H A D | unit-test.py | 279 with open(os.devnull, "w") as devnull: 280 check_call(cmd, stdout=devnull, stderr=devnull) 459 with open(os.devnull, "w") as devnull: 470 stdout=devnull, 471 stderr=devnull, 473 check_call([exe], stdout=devnull, stderr=devnull) 1010 with open(os.devnull, "w"):
|
| /openbmc/u-boot/tools/ |
| H A D | moveconfig.py | 361 devnull = subprocess.DEVNULL # py3k 363 devnull = open(os.devnull, 'wb') 364 return devnull 1058 def __init__(self, toolchains, configs, options, progress, devnull, argument 1077 self.devnull = devnull 1182 self.ps = subprocess.Popen(cmd, stdout=self.devnull, 1203 self.ps = subprocess.Popen(cmd, stdout=self.devnull, env=env, 1238 self.ps = subprocess.Popen(cmd, stdout=self.devnull, 1316 devnull = get_devnull() 1320 devnull, make_cmd, reference_src_dir,
|
| /openbmc/qemu/tests/vm/ |
| H A D | aarch64vm.py | 73 fd_null = open(os.devnull, 'w')
|
| H A D | basevm.py | 136 self._devnull = open(os.devnull, "w") 234 "-o", "UserKnownHostsFile=" + os.devnull,
|
| /openbmc/qemu/tests/image-fuzzer/ |
| H A D | runner.py | 79 devnull = open('/dev/null', 'r+') 80 process = subprocess.Popen(q_args, stdin=devnull,
|
| /openbmc/openbmc/poky/meta/recipes-devtools/python/python3-numpy/ |
| H A D | 0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch | 46 - with open(os.devnull, 'w') as tmp:
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | gen_call_robot.py | 520 DEVNULL = open(os.devnull, "wb")
|
| /openbmc/openbmc/poky/meta/lib/oeqa/core/utils/ |
| H A D | concurrencytest.py | 276 newsi = os.open(os.devnull, os.O_RDWR)
|
| /openbmc/openbmc/poky/bitbake/lib/ |
| H A D | pyinotify.py | 1273 def __daemonize(self, pid_file=None, stdin=os.devnull, stdout=os.devnull, 1274 stderr=os.devnull):
|
| /openbmc/qemu/tests/docker/ |
| H A D | docker.py | 36 DEVNULL = open(os.devnull, 'wb')
|
| /openbmc/openbmc/poky/bitbake/bin/ |
| H A D | bitbake-worker | 253 dumbio = os.open(os.devnull, os.O_RDWR)
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | build.py | 528 with open(os.devnull, 'r+') as stdin, logfile:
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/ |
| H A D | from-debian-to-fix-compile-errors.patch | 468 mb->fd=ropen(devnull,O_RDWR,0); /* XXX Perhaps -1 is better? */
|
| /openbmc/qemu/scripts/ |
| H A D | decodetree.py | 1583 output_fd = open(os.devnull, 'wt', encoding='utf-8', errors="ignore")
|
| /openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
| H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 23116 + "-f", "vout_rpi", os.devnull], bufsize=-1, stdout=flog, stderr=f… 23329 + "-f", "null", os.devnull], bufsize=-1, stdout=flog, stderr=flog);
|