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

12

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
fileio.c 827 hFile = (HANDLE)_get_osfhandle(fd);
  /external/ImageMagick/MagickCore/
nt-base.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
fileio.c 839 hFile = (HANDLE)_get_osfhandle(fd);
  /external/python/cpython2/Modules/_io/
fileio.c 852 hFile = (HANDLE)_get_osfhandle(fd);
  /external/deqp/framework/qphelper/
qpTestLog.c 257 FlushFileBuffers((HANDLE)_get_osfhandle(_fileno(log->outputFile)));
    [all...]
  /external/python/cpython2/Modules/
mmapmodule.c     [all...]
posixmodule.c     [all...]
  /external/python/cpython3/Modules/
mmapmodule.c     [all...]
  /system/core/adb/
commandline.cpp 424 const intptr_t intptr_handle = _get_osfhandle(STDOUT_FILENO);
    [all...]
sysdeps_win32.cpp     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c 885 hFile = (HANDLE)_get_osfhandle(fileno(f->f_fp));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
import.c 1013 fh = (HANDLE)_get_osfhandle(fileno(fp));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c 871 hFile = (HANDLE)_get_osfhandle(fileno(f->f_fp));
    [all...]
  /external/python/cpython2/Objects/
fileobject.c 883 hFile = (HANDLE)_get_osfhandle(fileno(f->f_fp));
    [all...]
  /external/python/cpython2/Python/
import.c 1031 fh = (HANDLE)_get_osfhandle(fileno(fp));
    [all...]
  /external/libevent/
buffer.c     [all...]
  /external/syslinux/lzo/src/
lzo_supp.h     [all...]
miniacc.h     [all...]
  /external/flac/libFLAC/
stream_encoder.c 44 #include <io.h> /* for _get_osfhandle() */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c 1044 h = (HANDLE)_get_osfhandle(file_number);
    [all...]

Completed in 922 milliseconds

12