Home
last modified time | relevance | path

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

12

/external/curl/src/
Dtool_cb_see.c111 # undef _get_osfhandle
112 # define _get_osfhandle(fd) (fd) macro
124 if(!SetEndOfFile((HANDLE)_get_osfhandle(fd))) in tool_ftruncate64()
/external/bison/lib/
Dmsvc-nothrow.c29 #undef _get_osfhandle
39 result = _get_osfhandle (fd); in _gl_nothrow_get_osfhandle()
Dmsvc-nothrow.h37 # define _get_osfhandle _gl_nothrow_get_osfhandle macro
Dfcntl.c55 HANDLE old_handle = (HANDLE) _get_osfhandle (oldfd); in dupfd()
273 HANDLE handle = (HANDLE) _get_osfhandle (fd); in rpl_fcntl()
Ddup2.c53 if ((HANDLE) _get_osfhandle (fd) == INVALID_HANDLE_VALUE) in ms_windows_dup2()
Derror.c132 return (HANDLE) _get_osfhandle (fd) != INVALID_HANDLE_VALUE; in is_open()
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dlock.py80 hfile = win32file._get_osfhandle(target_file.fileno())
92 hfile = win32file._get_osfhandle(target_file.fileno())
/external/skia/src/ports/
DSkOSFile_win.cpp43 HANDLE file = (HANDLE)_get_osfhandle(fileno); in sk_ino()
84 HANDLE file = (HANDLE)_get_osfhandle(fileno); in sk_fdmmap()
130 HANDLE fileHandle = (HANDLE)_get_osfhandle(fileno); in sk_qread()
/external/libpcap/pcap/
Dpcap.h359 pcap_hopen_offline_with_tstamp_precision(_get_osfhandle(_fileno(f)), p, b)
361 pcap_hopen_offline(_get_osfhandle(_fileno(f)), b)
/external/lz4/programs/
Dplatform.h127 # define SET_SPARSE_FILE_MODE(file) { DWORD dw; DeviceIoControl((HANDLE) _get_osfhandle(_fileno(…
/external/compiler-rt/lib/profile/
DWindowsMMap.c61 mmap_fd = (HANDLE)_get_osfhandle(fd); in mmap()
/external/libmojo/mojo/edk/test/
Dtest_utils_win.cc88 reinterpret_cast<HANDLE>(_get_osfhandle(_fileno(fp.get()))), in PlatformHandleFromFILE()
/external/wpa_supplicant_8/src/utils/
Dos_win32.c226 h = (HANDLE) _get_osfhandle(_fileno(stream)); in os_fdatasync()
/external/fmtlib/fmt/
Dposix.cc133 HANDLE handle = reinterpret_cast<HANDLE>(_get_osfhandle(fd_)); in size()
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DProcess.inc137 return (GetConsoleMode((HANDLE)_get_osfhandle(fd), &Mode) != 0);
DProgram.inc100 DuplicateHandle(GetCurrentProcess(), (HANDLE)_get_osfhandle(fd),
/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));
DProcess.inc307 return (GetConsoleMode((HANDLE)_get_osfhandle(fd), &Mode) != 0);
DProgram.inc110 if (!DuplicateHandle(GetCurrentProcess(), (HANDLE)_get_osfhandle(fd),
DSignals.inc761 ScopedCommonHandle FileHandle(reinterpret_cast<HANDLE>(_get_osfhandle(FD)));
/external/ImageMagick/MagickCore/
Dnt-base.c1707 file_handle=(HANDLE) _get_osfhandle(file); in NTMapMemory()
2578 file_handle=(HANDLE) _get_osfhandle(file); in NTTruncateFile()
/external/fio/os/windows/
Dposix.c533 HANDLE hFile = (HANDLE)_get_osfhandle(fildes); in fsync()
/external/deqp/framework/qphelper/
DqpTestLog.c257 FlushFileBuffers((HANDLE)_get_osfhandle(_fileno(log->outputFile))); in qpTestLog_flushFile()
/external/syslinux/lzo/src/
Dlzo_supp.h3340 return _get_osfhandle(fd); in LZOLIB_PUBLIC()
Dminiacc.h6220 return _get_osfhandle(fd); in ACCLIB_PUBLIC()

12