Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dwebbrowser.py226 inout = file(os.devnull, "r+")
346 devnull = file(os.devnull, "r+")
355 close_fds=True, stdin=devnull,
356 stdout=devnull, stderr=devnull)
367 close_fds=True, stdin=devnull,
368 stdout=devnull, stderr=devnull,
380 close_fds=True, stdin=devnull,
381 stdout=devnull, stderr=devnull,
Dposixpath.py36 devnull = '/dev/null' variable
Dntpath.py36 devnull = 'nul' variable
Dos.py121 devnull)
Dplatform.py122 DEV_NULL = os.devnull
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dscript_helper.py61 with open(os.devnull, 'w') as devnull:
62 return subprocess.call(cmd_line, stdout=devnull,
Dtest_os.py507 f = file(os.devnull, 'w')
510 f = file(os.devnull, 'r')
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/iobench/
Diobench.py334 lambda fn: open(os.devnull, "wb"), make_test_source)
343 lambda fn: text_open(os.devnull, "w"), make_test_source)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
Dntpath.py36 devnull = 'nul' variable
Dos.py135 devnull)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
Dntpath.py50 devnull = 'nul' variable
Dos.py148 devnull)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dplatform.py122 DEV_NULL = os.devnull