HomeSort by relevance Sort by last modified time
    Searched full:_get_osfhandle (Results 26 - 50 of 78) sorted by null

12 3 4

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
io.h 312 _CRTIMP intptr_t __cdecl _get_osfhandle(int _FileHandle);
  /system/core/base/
file.cpp 165 if (!ReadFile(reinterpret_cast<HANDLE>(_get_osfhandle(fd)), data, static_cast<DWORD>(byte_count),
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_mmap.py 630 # for _get_osfhandle, causing a crash when validating the
631 # parameters to _get_osfhandle.
  /external/fio/os/windows/
posix.c 336 hMap = CreateFileMapping((HANDLE)_get_osfhandle(fildes), NULL, vaProt, lenhigh, lenlow, NULL);
594 HANDLE hFile = (HANDLE)_get_osfhandle(fildes);
  /external/libpcap/pcap/
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/python/cpython2/Lib/test/
test_mmap.py 646 # for _get_osfhandle, causing a crash when validating the
647 # parameters to _get_osfhandle.
  /external/python/cpython3/Modules/_io/
winconsoleio.c 68 handle = (HANDLE)_get_osfhandle(fd);
370 self->handle = (HANDLE)_get_osfhandle(fd);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_mmap.py 643 # for _get_osfhandle, causing a crash when validating the
644 # parameters to _get_osfhandle.
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_mmap.py 643 # for _get_osfhandle, causing a crash when validating the
644 # parameters to _get_osfhandle.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mmap.py 643 # for _get_osfhandle, causing a crash when validating the
644 # parameters to _get_osfhandle.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mmap.py 643 # for _get_osfhandle, causing a crash when validating the
644 # parameters to _get_osfhandle.
  /external/libpcap/
savefile.c 72 * with the wrappers calling _fileno() and _get_osfhandle() themselves,
  /external/llvm/lib/Support/Windows/
Process.inc 307 return (GetConsoleMode((HANDLE)_get_osfhandle(fd), &Mode) != 0);
Program.inc 110 if (!DuplicateHandle(GetCurrentProcess(), (HANDLE)_get_osfhandle(fd),
Signals.inc 761 ScopedCommonHandle FileHandle(reinterpret_cast<HANDLE>(_get_osfhandle(FD)));
  /external/python/cpython3/PC/
msvcrtmodule.c 199 handle = _get_osfhandle(fd);
  /external/swiftshader/third_party/LLVM/lib/Support/Windows/
Program.inc 100 DuplicateHandle(GetCurrentProcess(), (HANDLE)_get_osfhandle(fd),
  /external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
Process.inc 295 return (GetConsoleMode((HANDLE)_get_osfhandle(fd), &Mode) != 0);
Program.inc 110 if (!DuplicateHandle(GetCurrentProcess(), (HANDLE)_get_osfhandle(fd),
Signals.inc 762 ScopedCommonHandle FileHandle(reinterpret_cast<HANDLE>(_get_osfhandle(FD)));
  /external/python/cpython3/Lib/test/
test_mmap.py 684 # for _get_osfhandle, causing a crash when validating the
685 # parameters to _get_osfhandle.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
fileio.c 839 hFile = (HANDLE)_get_osfhandle(fd);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
fileio.c 827 hFile = (HANDLE)_get_osfhandle(fd);
  /external/python/cpython2/Modules/_io/
fileio.c 852 hFile = (HANDLE)_get_osfhandle(fd);
  /external/python/cpython2/Modules/
mmapmodule.c     [all...]

Completed in 1304 milliseconds

12 3 4