Searched refs:_get_osfhandle (Results 1 – 25 of 38) sorted by relevance
12
/external/curl/src/ |
D | tool_cb_see.c | 111 # undef _get_osfhandle 112 # define _get_osfhandle(fd) (fd) macro 124 if(!SetEndOfFile((HANDLE)_get_osfhandle(fd))) in tool_ftruncate64()
|
/external/bison/lib/ |
D | msvc-nothrow.c | 29 #undef _get_osfhandle 39 result = _get_osfhandle (fd); in _gl_nothrow_get_osfhandle()
|
D | msvc-nothrow.h | 37 # define _get_osfhandle _gl_nothrow_get_osfhandle macro
|
D | fcntl.c | 55 HANDLE old_handle = (HANDLE) _get_osfhandle (oldfd); in dupfd() 273 HANDLE handle = (HANDLE) _get_osfhandle (fd); in rpl_fcntl()
|
D | dup2.c | 53 if ((HANDLE) _get_osfhandle (fd) == INVALID_HANDLE_VALUE) in ms_windows_dup2()
|
D | error.c | 132 return (HANDLE) _get_osfhandle (fd) != INVALID_HANDLE_VALUE; in is_open()
|
/external/chromium-trace/catapult/common/py_utils/py_utils/ |
D | lock.py | 80 hfile = win32file._get_osfhandle(target_file.fileno()) 92 hfile = win32file._get_osfhandle(target_file.fileno())
|
/external/skia/src/ports/ |
D | SkOSFile_win.cpp | 43 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/ |
D | fileobject.h | 82 #define _PyVerify_fd(fd) (_get_osfhandle(fd) >= 0)
|
/external/lz4/programs/ |
D | platform.h | 127 # define SET_SPARSE_FILE_MODE(file) { DWORD dw; DeviceIoControl((HANDLE) _get_osfhandle(_fileno(…
|
/external/compiler-rt/lib/profile/ |
D | WindowsMMap.c | 61 mmap_fd = (HANDLE)_get_osfhandle(fd); in mmap()
|
/external/libpcap/pcap/ |
D | pcap.h | 367 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/ |
D | test_utils_win.cc | 88 reinterpret_cast<HANDLE>(_get_osfhandle(_fileno(fp.get()))), in PlatformHandleFromFILE()
|
/external/wpa_supplicant_8/src/utils/ |
D | os_win32.c | 226 h = (HANDLE) _get_osfhandle(_fileno(stream)); in os_fdatasync()
|
/external/fmtlib/fmt/ |
D | posix.cc | 133 HANDLE handle = reinterpret_cast<HANDLE>(_get_osfhandle(fd_)); in size()
|
/external/python/cpython2/PC/ |
D | msvcrtmodule.c | 147 handle = _get_osfhandle(fd); in msvcrt_get_osfhandle()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Path.inc | 510 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));
|
D | Process.inc | 295 return (GetConsoleMode((HANDLE)_get_osfhandle(fd), &Mode) != 0);
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | Process.inc | 137 return (GetConsoleMode((HANDLE)_get_osfhandle(fd), &Mode) != 0);
|
D | Program.inc | 100 DuplicateHandle(GetCurrentProcess(), (HANDLE)_get_osfhandle(fd),
|
/external/llvm/lib/Support/Windows/ |
D | Path.inc | 512 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));
|
D | Process.inc | 307 return (GetConsoleMode((HANDLE)_get_osfhandle(fd), &Mode) != 0);
|
/external/fio/os/windows/ |
D | posix.c | 336 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/ |
D | nt-base.c | 1707 file_handle=(HANDLE) _get_osfhandle(file); in NTMapMemory() 2578 file_handle=(HANDLE) _get_osfhandle(file); in NTTruncateFile()
|
/external/python/cpython2/Modules/_io/ |
D | fileio.c | 852 hFile = (HANDLE)_get_osfhandle(fd); in fileio_truncate()
|
12