Searched refs:devnull (Results 1 – 13 of 13) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | webbrowser.py | 226 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,
|
D | posixpath.py | 36 devnull = '/dev/null' variable
|
D | ntpath.py | 36 devnull = 'nul' variable
|
D | os.py | 121 devnull)
|
D | platform.py | 122 DEV_NULL = os.devnull
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | script_helper.py | 61 with open(os.devnull, 'w') as devnull: 62 return subprocess.call(cmd_line, stdout=devnull,
|
D | test_os.py | 507 f = file(os.devnull, 'w') 510 f = file(os.devnull, 'r')
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/iobench/ |
D | iobench.py | 334 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/ |
D | ntpath.py | 36 devnull = 'nul' variable
|
D | os.py | 135 devnull)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/ |
D | ntpath.py | 50 devnull = 'nul' variable
|
D | os.py | 148 devnull)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | platform.py | 122 DEV_NULL = os.devnull
|