Home
last modified time | relevance | path

Searched refs:_get_osfhandle (Results 1 – 25 of 62) sorted by relevance

123

/external/curl/src/
Dtool_cb_see.c111 # undef _get_osfhandle
112 # define _get_osfhandle(fd) (fd) macro
121 intptr_t handle = _get_osfhandle(fd); in tool_ftruncate64()
Dtool_cb_wrt.c196 fhnd = _get_osfhandle(fileno(outs->stream)); in tool_write_cb()
/external/python/oauth2client/oauth2client/contrib/
D_win32_opener.py67 hfile = win32file._get_osfhandle(self._fh.fileno())
98 hfile = win32file._get_osfhandle(self._fh.fileno())
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dlock.py84 hfile = win32file._get_osfhandle(target_file.fileno())
96 hfile = win32file._get_osfhandle(target_file.fileno())
/external/lz4/programs/
Dplatform.h121 …return _isatty(_fileno(stdStream)) && GetConsoleMode((HANDLE)_get_osfhandle(_fileno(stdStream)), &…
138 # define SET_SPARSE_FILE_MODE(file) { DWORD dw; DeviceIoControl((HANDLE) _get_osfhandle(_fileno(…
/external/zstd/programs/
Dplatform.h145 …return _isatty(_fileno(stdStream)) && GetConsoleMode((HANDLE)_get_osfhandle(_fileno(stdStream)), &…
162 # define SET_SPARSE_FILE_MODE(file) { DWORD dw; DeviceIoControl((HANDLE) _get_osfhandle(_fileno(…
/external/llvm-project/compiler-rt/lib/profile/
DWindowsMMap.c57 mmap_fd = (HANDLE)_get_osfhandle(fd); in mmap()
147 HANDLE handle = (HANDLE)_get_osfhandle(fd); in flock()
/external/skqp/src/ports/
DSkOSFile_win.cpp46 HANDLE file = (HANDLE)_get_osfhandle(fileno); in sk_ino()
87 HANDLE file = (HANDLE)_get_osfhandle(fileno); in sk_fdmmap()
133 HANDLE fileHandle = (HANDLE)_get_osfhandle(fileno); in sk_qread()
/external/skia/src/ports/
DSkOSFile_win.cpp46 HANDLE file = (HANDLE)_get_osfhandle(fileno); in sk_ino()
87 HANDLE file = (HANDLE)_get_osfhandle(fileno); in sk_fdmmap()
133 HANDLE fileHandle = (HANDLE)_get_osfhandle(fileno); in sk_qread()
/external/python/cpython3/Parser/
Dmyreadline.c35 handle = (HANDLE)_get_osfhandle(fileno(fp)); in my_fgets()
253 hStdIn = (HANDLE)_get_osfhandle(fileno(sys_stdin)); in PyOS_StdioReadline()
254 hStdErr = (HANDLE)_get_osfhandle(fileno(stderr)); in PyOS_StdioReadline()
/external/libpcap/pcap/
Dpcap.h549 pcap_hopen_offline_with_tstamp_precision(_get_osfhandle(_fileno(f)), p, b)
551 pcap_hopen_offline(_get_osfhandle(_fileno(f)), b)
716 pcap_dump_hopen(p, _get_osfhandle(_fileno(f)))
/external/python/cpython2/Include/
Dfileobject.h82 #define _PyVerify_fd(fd) (_get_osfhandle(fd) >= 0)
/external/llvm-project/lldb/source/Host/windows/
DLockFileWindows.cpp39 : LockFileBase(fd), m_file(reinterpret_cast<HANDLE>(_get_osfhandle(fd))) {} in LockFileWindows()
/external/compiler-rt/lib/profile/
DWindowsMMap.c61 mmap_fd = (HANDLE)_get_osfhandle(fd); in mmap()
/external/skia/third_party/icu/
DSkLoadICU.cpp36 HANDLE file = (HANDLE)_get_osfhandle(fileno); in win_mmap()
/external/wpa_supplicant_8/src/utils/
Dos_win32.c226 h = (HANDLE) _get_osfhandle(_fileno(stream)); in os_fdatasync()
/external/python/cpython3/Python/
Dfileutils.c917 h = (HANDLE)_get_osfhandle(fd); in _Py_fstat_noraise()
1052 handle = (HANDLE)_get_osfhandle(fd); in get_inheritable()
1125 handle = (HANDLE)_get_osfhandle(fd); in set_inheritable()
1912 handle = (HANDLE)_get_osfhandle(fd); in _Py_dup()
/external/python/cpython3/PC/
Dmsvcrtmodule.c217 handle = _get_osfhandle(fd); in msvcrt_get_osfhandle_impl()
/external/python/cpython2/PC/
Dmsvcrtmodule.c147 handle = _get_osfhandle(fd); in msvcrt_get_osfhandle()
/external/fmtlib/src/
Dos.cc211 HANDLE handle = reinterpret_cast<HANDLE>(_get_osfhandle(fd_)); in size()
/external/python/cpython3/Modules/_io/
Dwinconsoleio.c69 handle = (HANDLE)_get_osfhandle(fd); in _PyIO_get_console_type()
351 self->handle = (HANDLE)_get_osfhandle(fd); in _io__WindowsConsoleIO___init___impl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Draw_ostream.cpp592 ::GetFileType((HANDLE)::_get_osfhandle(fd)) == FILE_TYPE_CHAR; in raw_fd_ostream()
671 ::WriteConsoleW((HANDLE)::_get_osfhandle(FD), &WideText[WCharsWritten], in write_console_impl()
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DPath.inc510 HANDLE FileHandle = reinterpret_cast<HANDLE>(_get_osfhandle(FD));
516 HANDLE FileHandle = reinterpret_cast<HANDLE>(_get_osfhandle(FD));
528 HANDLE FileHandle = reinterpret_cast<HANDLE>(_get_osfhandle(FD));
812 HANDLE FileHandle = reinterpret_cast<HANDLE>(::_get_osfhandle(FD));
/external/llvm-project/llvm/lib/Support/
Draw_ostream.cpp643 ::GetFileType((HANDLE)::_get_osfhandle(fd)) == FILE_TYPE_CHAR; in raw_fd_ostream()
722 ::WriteConsoleW((HANDLE)::_get_osfhandle(FD), &WideText[WCharsWritten], in write_console_impl()
/external/llvm/lib/Support/Windows/
DPath.inc512 HANDLE FileHandle = reinterpret_cast<HANDLE>(_get_osfhandle(FD));
522 HANDLE FileHandle = reinterpret_cast<HANDLE>(_get_osfhandle(FD));
534 HANDLE FileHandle = reinterpret_cast<HANDLE>(_get_osfhandle(FD));
818 HANDLE FileHandle = reinterpret_cast<HANDLE>(::_get_osfhandle(FD));

123