Home
last modified time | relevance | path

Searched refs:get_osfhandle (Results 1 – 18 of 18) sorted by relevance

/external/python/cpython3/Doc/library/
Dmsvcrt.rst85 .. function:: get_osfhandle(fd)
90 .. audit-event:: msvcrt.get_osfhandle fd msvcrt.get_osfhandle
/external/python/cpython3/Lib/
Dsubprocess.py1276 p2cread = msvcrt.get_osfhandle(self._get_devnull())
1278 p2cread = msvcrt.get_osfhandle(stdin)
1281 p2cread = msvcrt.get_osfhandle(stdin.fileno())
1294 c2pwrite = msvcrt.get_osfhandle(self._get_devnull())
1296 c2pwrite = msvcrt.get_osfhandle(stdout)
1299 c2pwrite = msvcrt.get_osfhandle(stdout.fileno())
1314 errwrite = msvcrt.get_osfhandle(self._get_devnull())
1316 errwrite = msvcrt.get_osfhandle(stderr)
1319 errwrite = msvcrt.get_osfhandle(stderr.fileno())
/external/python/cpython2/Lib/
Dsubprocess.py515 p2cread = msvcrt.get_osfhandle(stdin)
518 p2cread = msvcrt.get_osfhandle(stdin.fileno())
532 c2pwrite = msvcrt.get_osfhandle(stdout)
535 c2pwrite = msvcrt.get_osfhandle(stdout.fileno())
551 errwrite = msvcrt.get_osfhandle(stderr)
554 errwrite = msvcrt.get_osfhandle(stderr.fileno())
/external/python/cpython2/Doc/library/
Dmsvcrt.rst75 .. function:: get_osfhandle(fd)
/external/python/cpython2/Lib/multiprocessing/
Dforking.py254 rhandle = duplicate(msvcrt.get_osfhandle(rfd), inheritable=True)
/external/python/cpython2/Lib/test/
Dtest_fileio.py374 self.assertRaises(IOError, msvcrt.get_osfhandle, make_bad_fd())
Dtest_os.py831 rslt = PeekNamedPipe(msvcrt.get_osfhandle(proc.stdout.fileno()),
Dtest_multiprocessing.py1792 fd = msvcrt.get_osfhandle(fd)
/external/python/cpython3/Lib/test/
Dtest_fileio.py471 self.assertRaises(OSError, msvcrt.get_osfhandle, make_bad_fd())
Dtest_subprocess.py3362 handles.append(msvcrt.get_osfhandle(fd))
Dtest_os.py2418 rslt = PeekNamedPipe(msvcrt.get_osfhandle(proc.stdout.fileno()),
D_test_multiprocessing.py3226 fd = msvcrt.get_osfhandle(fd)
/external/rust/crates/libc/src/windows/
Dmod.rs506 pub fn get_osfhandle(fd: ::c_int) -> ::intptr_t; in get_osfhandle() function
/external/python/cpython3/Lib/asyncio/
Dwindows_events.py618 msvcrt.get_osfhandle(file.fileno()),
/external/python/cpython2/Misc/NEWS.d/
D2.7.1rc1.rst1302 Avoid crash in msvcrt.get_osfhandle() when an invalid file descriptor is
/external/google-breakpad/src/tools/windows/dump_syms/testdata/
Ddump_syms_regtest64.sym3304 FUNC 815c 74 0 get_osfhandle
/external/python/cpython3/Misc/
DHISTORY12352 - Issue #8734: Avoid crash in msvcrt.get_osfhandle() when an invalid file
31498 These include locking(), setmode(), get_osfhandle(), set_osfhandle(), and
/external/python/cpython2/Misc/
DHISTORY14119 These include locking(), setmode(), get_osfhandle(), set_osfhandle(), and