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

1 2 3 4 5 6 7

  /bionic/libc/arch-arm/syscalls/
fstat.S 5 .type fstat, #function
6 .globl fstat
10 fstat: label
  /bionic/libc/arch-sh/syscalls/
fstat.S 5 .type fstat, @function
6 .globl fstat
9 fstat: label
  /bionic/libc/arch-x86/syscalls/
fstat.S 5 .type fstat, @function
6 .globl fstat
9 fstat: label
  /external/e2fsprogs/lib/e2p/
getflags.c 33 if (fstat (fd, &buf) == -1)
55 if (!fstat(fd, &buf) &&
setflags.c 61 if (!fstat(fd, &buf) &&
  /bionic/libc/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /development/ndk/platforms/android-3/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /external/e2fsprogs/include/nonunix/
unistd.h 21 #define fstat _fstat macro
  /bionic/libc/stdio/
makebuf.c 46 * optimisation) right after the fstat() that finds the buffer size.
85 if (fp->_file < 0 || fstat(fp->_file, &st) < 0) {
fseek.c 126 fp->_file < 0 || fstat(fp->_file, &st) ||
142 if (fstat(fp->_file, &st))
  /external/bluetooth/bluez/src/
oui.c 59 if (fstat(fd, &st) < 0) {
  /external/expat/xmlwf/
readfilemap.c 59 if (fstat(fd, &sb) < 0) {
unixfilemap.c 35 if (fstat(fd, &sb) < 0) {
  /external/iproute2/netem/
stats.c 27 fstat(fileno(fp), &info);
  /external/e2fsprogs/lib/blkid/
getsize.c 145 if ((fstat(fd, &st) >= 0) && (S_ISBLK(st.st_mode) || S_ISCHR(st.st_mode)))
159 if (fstat(fd, &st) == 0)
  /system/core/toolbox/
cat.c 163 if (fstat(wfd, &sbuf) == 0) {
203 if (fstat(fd, &st) == -1) {
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xw32defs.h 43 #define fstat _fstat macro
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xw32defs.h 34 #define fstat _fstat macro
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/
Xw32defs.h 43 #define fstat _fstat macro

Completed in 7059 milliseconds

1 2 3 4 5 6 7