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

  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/details/
fstream_stdio.cpp 111 # define FOPEN fopen
117 # define FOPEN fopen64
232 _M_file = FOPEN(name, flags);
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/details/
fstream_stdio.cpp 111 # define FOPEN fopen
117 # define FOPEN fopen64
232 _M_file = FOPEN(name, flags);
  /external/python/cpython2/Lib/plat-irix5/
FILE.py 208 FOPEN = 0xFFFFFFFF
  /external/python/cpython2/Lib/plat-irix6/
FILE.py 642 FOPEN = 0xFFFFFFFF
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c 400 #define FOPEN 0x01
431 if (info->osfile & FOPEN) {
    [all...]
  /external/python/cpython2/Modules/
posixmodule.c 566 #define FOPEN 0x01
597 if (info->osfile & FOPEN) {
    [all...]

Completed in 128 milliseconds