Home
last modified time | relevance | path

Searched refs:get_osfhandle (Results 1 - 8 of 8) sorted by relevance

/third_party/python/Lib/
H A Dsubprocess.py1359 p2cread = msvcrt.get_osfhandle(self._get_devnull())
1361 p2cread = msvcrt.get_osfhandle(stdin)
1364 p2cread = msvcrt.get_osfhandle(stdin.fileno())
1379 c2pwrite = msvcrt.get_osfhandle(self._get_devnull())
1381 c2pwrite = msvcrt.get_osfhandle(stdout)
1384 c2pwrite = msvcrt.get_osfhandle(stdout.fileno())
1401 errwrite = msvcrt.get_osfhandle(self._get_devnull())
1403 errwrite = msvcrt.get_osfhandle(stderr)
1406 errwrite = msvcrt.get_osfhandle(stderr.fileno())
/third_party/ntfs-3g/libntfs-3g/
H A Dwin32_io.c166 HANDLE get_osfhandle(int); /* from msvcrt.dll */
1973 handle = get_osfhandle(fd); in ntfs_win32_set_sparse()
2037 handle = get_osfhandle(fd); in ntfs_win32_ftruncate()
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs506 pub fn get_osfhandle(fd: ::c_int) -> ::intptr_t; in get_osfhandle() functions
/third_party/python/Lib/asyncio/
H A Dwindows_events.py647 msvcrt.get_osfhandle(file.fileno()),
/third_party/python/Lib/test/
H A Dtest_fileio.py473 self.assertRaises(OSError, msvcrt.get_osfhandle, make_bad_fd())
H A Dtest_subprocess.py3434 handles.append(msvcrt.get_osfhandle(fd))
H A D_test_multiprocessing.py3293 fd = msvcrt.get_osfhandle(fd)
H A Dtest_os.py2493 rslt = PeekNamedPipe(msvcrt.get_osfhandle(proc.stdout.fileno()),

Completed in 30 milliseconds