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

1 2

  /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())
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
fileobject.h 82 #define _PyVerify_fd(fd) (_get_osfhandle(fd) >= 0)
  /external/python/cpython2/Include/
fileobject.h 82 #define _PyVerify_fd(fd) (_get_osfhandle(fd) >= 0)
  /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/compiler-rt/lib/profile/
WindowsMMap.c 61 mmap_fd = (HANDLE)_get_osfhandle(fd);
  /external/lz4/programs/
platform.h 122 # include <io.h> /* _setmode, _fileno, _get_osfhandle */
127 # define SET_SPARSE_FILE_MODE(file) { DWORD dw; DeviceIoControl((HANDLE) _get_osfhandle(_fileno(file)), FSCTL_SET_SPARSE, 0, 0, 0, 0, &dw, 0); }
  /external/skia/src/ports/
SkOSFile_win.cpp 44 HANDLE file = (HANDLE)_get_osfhandle(fileno);
85 HANDLE file = (HANDLE)_get_osfhandle(fileno);
131 HANDLE fileHandle = (HANDLE)_get_osfhandle(fileno);
  /external/skqp/src/ports/
SkOSFile_win.cpp 43 HANDLE file = (HANDLE)_get_osfhandle(fileno);
84 HANDLE file = (HANDLE)_get_osfhandle(fileno);
130 HANDLE fileHandle = (HANDLE)_get_osfhandle(fileno);
  /external/libmojo/mojo/edk/test/
test_utils_win.cc 88 reinterpret_cast<HANDLE>(_get_osfhandle(_fileno(fp.get()))),
  /external/python/cpython3/Parser/
myreadline.c 209 hStdIn = (HANDLE)_get_osfhandle(fileno(sys_stdin));
210 hStdErr = (HANDLE)_get_osfhandle(fileno(stderr));
  /toolchain/binutils/binutils-2.27/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/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/PC/
msvcrtmodule.c 147 handle = _get_osfhandle(fd);
  /external/python/cpython3/PC/
msvcrtmodule.c 199 handle = _get_osfhandle(fd);
  /external/python/cpython3/Python/
fileutils.c 618 h = (HANDLE)_get_osfhandle(fd);
622 /* errno is already set by _get_osfhandle, but we also set
743 handle = (HANDLE)_get_osfhandle(fd);
814 handle = (HANDLE)_get_osfhandle(fd);
    [all...]
  /external/wpa_supplicant_8/src/utils/
os_win32.c 226 h = (HANDLE) _get_osfhandle(_fileno(stream));
  /system/core/libutils/
FileMap.cpp 146 mFileHandle = (HANDLE) _get_osfhandle(fd);
  /system/core/base/
file.cpp 165 if (!ReadFile(reinterpret_cast<HANDLE>(_get_osfhandle(fd)), data, static_cast<DWORD>(byte_count),
  /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);
  /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/python/cpython3/Modules/_io/
winconsoleio.c 68 handle = (HANDLE)_get_osfhandle(fd);
370 self->handle = (HANDLE)_get_osfhandle(fd);
    [all...]

Completed in 1106 milliseconds

1 2