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

1 2 3 4 5 6 7 8 9

  /bionic/libc/arch-arm/syscalls/
fstat64.S 16 .globl fstat
17 .equ fstat, fstat64
  /bionic/libc/arch-arm64/syscalls/
fstat64.S 16 .globl fstat
17 .equ fstat, fstat64
  /bionic/libc/arch-x86_64/syscalls/
fstat64.S 17 .globl fstat
18 .equ fstat, fstat64
  /bionic/libc/arch-mips/syscalls/
fstat64.S 21 .globl fstat
22 .equ fstat, fstat64
  /external/bison/lib/
fstat.c 0 /* fstat() replacement.
23 /* Get the original definition of fstat. It might be defined as a macro. */
29 # undef fstat /* avoid warning on mingw64 with _FILE_OFFSET_BITS=64 */ macro
30 # define fstat _fstati64 macro
37 return fstat (fd, buf);
  /bionic/libc/arch-mips64/syscalls/
fstat64.S 27 .globl fstat
28 .equ fstat, fstat64
  /bionic/libc/arch-x86/syscalls/
fstat64.S 28 .globl fstat
29 .equ fstat, fstat64
  /bionic/libc/upstream-freebsd/android/include/
freebsd-compat.h 43 #define _fstat fstat
  /development/ndk/sources/android/libportable/arch-x86/
stat.c 29 int WRAP(fstat)(int fd, struct stat_portable *s) function
32 int ret = REAL(fstat)(fd, &x86_stat);
  /external/e2fsprogs/lib/e2p/
getflags.c 35 if (fstat (fd, &buf) == -1)
57 if (!fstat(fd, &buf) &&
setflags.c 63 if (!fstat(fd, &buf) &&
  /development/ndk/sources/android/libportable/arch-mips64/
stat.c 22 int WRAP(fstat)(int fd, struct stat_portable *s) { function
24 int ret = REAL(fstat)(fd, &mips64_stat);
29 return WRAP(fstat)(fd, (struct stat_portable*)s);
  /development/ndk/sources/android/libportable/arch-x86_64/
stat.c 22 int WRAP(fstat)(int fd, struct stat_portable *s) { function
24 int ret = REAL(fstat)(fd, &x86_64_stat);
29 return WRAP(fstat)(fd, (struct stat_portable*)s);
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/examples/
basemmap.c 16 fstat(0, &statbuf);
  /external/f2fs-tools/mkfs/
f2fs_format_utils.c 33 if (fstat(config.fd, &stat_buf) < 0 ) {
  /development/ndk/platforms/android-3/header-patches/include/sys/
stat.h 88 extern int fstat(int, struct stat *);
94 #define fstat64 fstat
  /development/ndk/platforms/android-3/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /development/ndk/sources/android/libportable/arch-mips/
stat.c 37 int WRAP(fstat)(int fd, struct stat_portable *s) function
46 ret = REAL(fstat)(fd, &mips_stat);
  /external/chromium_org/third_party/pexpect/
fdpexpect.py 50 os.fstat(fd)
80 """This checks if the file descriptor is still valid. If os.fstat()
86 os.fstat(self.child_fd)
  /external/lldb/test/pexpect-2.4/
fdpexpect.py 34 os.fstat(fd)
64 """This checks if the file descriptor is still valid. If os.fstat()
70 os.fstat(self.child_fd)
  /external/chromium_org/third_party/mesa/src/src/gbm/main/
common.c 45 if (fstat(fd, &buf) < 0) {
  /external/chromium_org/third_party/ots/test/
ot-sanitise.cc 50 ::fstat(fd, &st);
  /external/e2fsprogs/include/nonunix/
unistd.h 21 #define fstat _fstat macro
  /external/mesa3d/src/gbm/main/
common.c 45 if (fstat(fd, &buf) < 0) {
  /development/ndk/platforms/android-12/include/sys/
stat.h 120 extern int fstat(int, struct stat *);
126 #define fstat64 fstat

Completed in 1550 milliseconds

1 2 3 4 5 6 7 8 9