Home
last modified time | relevance | path

Searched refs:_get_osfhandle (Results 1 – 25 of 38) 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/python/cpython2/Include/
Dfileobject.h82 #define _PyVerify_fd(fd) (_get_osfhandle(fd) >= 0)
/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/libpcap/pcap/
Dpcap.h367 pcap_hopen_offline_with_tstamp_precision(_get_osfhandle(_fileno(f)), p, b)
369 pcap_hopen_offline(_get_osfhandle(_fileno(f)), b)
/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/python/cpython2/PC/
Dmsvcrtmodule.c147 handle = _get_osfhandle(fd); in msvcrt_get_osfhandle()
/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));
DProcess.inc295 return (GetConsoleMode((HANDLE)_get_osfhandle(fd), &Mode) != 0);
/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);
/external/fio/os/windows/
Dposix.c336 hMap = CreateFileMapping((HANDLE)_get_osfhandle(fildes), NULL, vaProt, lenhigh, lenlow, NULL); in mmap()
594 HANDLE hFile = (HANDLE)_get_osfhandle(fildes); in fsync()
/external/ImageMagick/MagickCore/
Dnt-base.c1707 file_handle=(HANDLE) _get_osfhandle(file); in NTMapMemory()
2578 file_handle=(HANDLE) _get_osfhandle(file); in NTTruncateFile()
/external/python/cpython2/Modules/_io/
Dfileio.c852 hFile = (HANDLE)_get_osfhandle(fd); in fileio_truncate()

12