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

  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/details/
fstream_stdio.cpp 113 # define FSTAT fstat
119 # define FSTAT fstat64
130 return FSTAT(fd, &buf) == 0 && (buf.st_mode & S_IFREG) != 0 ;
138 if (FSTAT(fd, &buf) == 0 && (buf.st_mode & S_IFREG) != 0)
279 if (FSTAT(file_no, &buf) != 0)
fstream_unistd.cpp 59 # define FSTAT fstat
65 # define FSTAT fstat64
106 return FSTAT(fd, &buf) == 0 && S_ISREG(buf.st_mode);
114 if (FSTAT(fd, &buf) == 0 && S_ISREG(buf.st_mode))
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/details/
fstream_stdio.cpp 113 # define FSTAT fstat
119 # define FSTAT fstat64
130 return FSTAT(fd, &buf) == 0 && (buf.st_mode & S_IFREG) != 0 ;
138 if (FSTAT(fd, &buf) == 0 && (buf.st_mode & S_IFREG) != 0)
279 if (FSTAT(file_no, &buf) != 0)
fstream_unistd.cpp 59 # define FSTAT fstat
65 # define FSTAT fstat64
106 return FSTAT(fd, &buf) == 0 && S_ISREG(buf.st_mode);
114 if (FSTAT(fd, &buf) == 0 && S_ISREG(buf.st_mode))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c 148 /* choose the appropriate stat and fstat functions and return structs */
150 #undef FSTAT
153 #define FSTAT fstat
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c 147 /* choose the appropriate stat and fstat functions and return structs */
149 #undef FSTAT
152 #define FSTAT fstat
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c 341 /* choose the appropriate stat and fstat functions and return structs */
343 #undef FSTAT
347 # define FSTAT win32_fstat
351 # define FSTAT fstat
1085 /* specific to fstat() */
    [all...]

Completed in 538 milliseconds