HomeSort by relevance Sort by last modified time
    Searched refs:_get_osfhandle (Results 1 - 24 of 24) sorted by null

  /external/bison/lib/
msvc-nothrow.h 30 /* Get original declaration of _get_osfhandle. */
35 /* Override _get_osfhandle. */
37 # define _get_osfhandle _gl_nothrow_get_osfhandle macro
msvc-nothrow.c 29 #undef _get_osfhandle macro
39 result = _get_osfhandle (fd);
fcntl.c 40 /* Get _get_osfhandle. */
55 HANDLE old_handle = (HANDLE) _get_osfhandle (oldfd);
273 HANDLE handle = (HANDLE) _get_osfhandle (fd);
dup2.c 40 /* Get _get_osfhandle. */
53 if ((HANDLE) _get_osfhandle (fd) == INVALID_HANDLE_VALUE)
error.c 95 /* Get _get_osfhandle. */
132 return (HANDLE) _get_osfhandle (fd) != INVALID_HANDLE_VALUE;
  /external/curl/src/
tool_cb_see.c 111 # undef _get_osfhandle macro
112 # define _get_osfhandle(fd) (fd) macro
124 if(!SetEndOfFile((HANDLE)_get_osfhandle(fd)))
  /external/chromium-trace/catapult/common/py_utils/py_utils/
lock.py 80 hfile = win32file._get_osfhandle(target_file.fileno())
92 hfile = win32file._get_osfhandle(target_file.fileno())
  /prebuilts/gdb/darwin-x86/include/python2.7/
fileobject.h 82 #define _PyVerify_fd(fd) (_get_osfhandle(fd) >= 0)
  /prebuilts/gdb/linux-x86/include/python2.7/
fileobject.h 82 #define _PyVerify_fd(fd) (_get_osfhandle(fd) >= 0)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
fileobject.h 82 #define _PyVerify_fd(fd) (_get_osfhandle(fd) >= 0)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
fileobject.h 82 #define _PyVerify_fd(fd) (_get_osfhandle(fd) >= 0)
  /external/libpcap/pcap/
pcap.h 359 pcap_hopen_offline_with_tstamp_precision(_get_osfhandle(_fileno(f)), p, b)
361 pcap_hopen_offline(_get_osfhandle(_fileno(f)), b)
  /external/skia/src/ports/
SkOSFile_win.cpp 42 HANDLE file = (HANDLE)_get_osfhandle(fileno);
83 HANDLE file = (HANDLE)_get_osfhandle(fileno);
  /toolchain/binutils/binutils-2.25/libiberty/
pex-win32.c 791 stdin_handle = (HANDLE) _get_osfhandle (in);
792 stdout_handle = (HANDLE) _get_osfhandle (out);
794 stderr_handle = (HANDLE) _get_osfhandle (errdes);
949 HANDLE h = (HANDLE) _get_osfhandle (fd);
961 HANDLE h = (HANDLE) _get_osfhandle (fd);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
locked_file.py 284 hfile = win32file._get_osfhandle(self._fh.fileno())
314 hfile = win32file._get_osfhandle(self._fh.fileno())
  /external/wpa_supplicant_8/src/utils/
os_win32.c 226 h = (HANDLE) _get_osfhandle(_fileno(stream));
  /system/core/libutils/
FileMap.cpp 138 mFileHandle = (HANDLE) _get_osfhandle(fd);
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_win32io.cpp 25 # include <io.h> // For _get_osfhandle
339 HANDLE oshandle = (HANDLE)_get_osfhandle(file_no);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
io.h 306 _CRTIMP intptr_t __cdecl _get_osfhandle(int _FileHandle);
  /external/ImageMagick/MagickCore/
nt-base.c     [all...]
  /external/fio/os/windows/
posix.c 533 HANDLE hFile = (HANDLE)_get_osfhandle(fildes);
  /external/deqp/framework/qphelper/
qpTestLog.c 257 FlushFileBuffers((HANDLE)_get_osfhandle(_fileno(log->outputFile)));
    [all...]
  /system/core/adb/
commandline.cpp 466 const intptr_t intptr_handle = _get_osfhandle(STDOUT_FILENO);
    [all...]
sysdeps_win32.cpp     [all...]

Completed in 1481 milliseconds