Lines Matching refs:open
30 # Windows 10: "Cannot open non-console file"
31 # Earlier: "Cannot open console output buffer for reading"
33 "Cannot open (console|non-console file)", ConIO, fd)
38 # cannot open console because it's not a real console
50 # cannot open console because it's not a real console
62 # cannot open console because it's not a real console
97 f = open('C:/con', 'rb', buffering=0)
104 f = open(r'\\.\conin$', 'rb', buffering=0)
108 f = open('//?/conout$', 'wb', buffering=0)
118 with open(conout_path, 'wb', buffering=0) as f:
130 stdin = open('CONIN$', 'r')
163 with open('CONIN$', 'rb', buffering=0) as stdin:
182 with open('CONIN$', 'rb', buffering=0) as stdin:
193 with open('CONIN$', 'rb', buffering=0) as stdin: