Home
last modified time | relevance | path

Searched refs:devnull (Results 1 – 15 of 15) sorted by relevance

/openbmc/openbmc-build-scripts/scripts/
H A Dunit-test.py279 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 Dmoveconfig.py361 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 Daarch64vm.py73 fd_null = open(os.devnull, 'w')
H A Dbasevm.py136 self._devnull = open(os.devnull, "w")
234 "-o", "UserKnownHostsFile=" + os.devnull,
/openbmc/qemu/tests/image-fuzzer/
H A Drunner.py79 devnull = open('/dev/null', 'r+')
80 process = subprocess.Popen(q_args, stdin=devnull,
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-numpy/
H A D0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch46 - with open(os.devnull, 'w') as tmp:
/openbmc/openbmc-test-automation/lib/
H A Dgen_call_robot.py520 DEVNULL = open(os.devnull, "wb")
/openbmc/openbmc/poky/meta/lib/oeqa/core/utils/
H A Dconcurrencytest.py276 newsi = os.open(os.devnull, os.O_RDWR)
/openbmc/openbmc/poky/bitbake/lib/
H A Dpyinotify.py1273 def __daemonize(self, pid_file=None, stdin=os.devnull, stdout=os.devnull,
1274 stderr=os.devnull):
/openbmc/qemu/tests/docker/
H A Ddocker.py36 DEVNULL = open(os.devnull, 'wb')
/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-worker253 dumbio = os.open(os.devnull, os.O_RDWR)
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dbuild.py528 with open(os.devnull, 'r+') as stdin, logfile:
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/
H A Dfrom-debian-to-fix-compile-errors.patch468 mb->fd=ropen(devnull,O_RDWR,0); /* XXX Perhaps -1 is better? */
/openbmc/qemu/scripts/
H A Ddecodetree.py1583 output_fd = open(os.devnull, 'wt', encoding='utf-8', errors="ignore")
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch23116 + "-f", "vout_rpi", os.devnull], bufsize=-1, stdout=flog, stderr=f…
23329 + "-f", "null", os.devnull], bufsize=-1, stdout=flog, stderr=flog);