HomeSort by relevance Sort by last modified time
    Searched defs:fstat (Results 1 - 18 of 18) sorted by null

  /bionic/libc/arch-arm/syscalls/
fstat.S 5 ENTRY(fstat) function
14 END(fstat)
  /bionic/libc/arch-x86/syscalls/
fstat.S 5 .type fstat, @function
6 .globl fstat
9 fstat: label
  /external/e2fsprogs/include/nonunix/
unistd.h 21 #define fstat _fstat macro
  /external/tcpdump/
tcpdump-stdinc.h 64 #define fstat _fstat macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xw32defs.h 43 #define fstat _fstat macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xw32defs.h 34 #define fstat _fstat macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
stat.h 214 extern int fstat (int __fd, struct stat *__buf) __THROW __nonnull ((2));
220 extern int __REDIRECT_NTH (fstat, (int __fd, struct stat *__buf), fstat64)
224 # define fstat fstat64
467 __NTH (fstat (int __fd, struct stat *__statbuf))
465 __NTH (fstat (int __fd, struct stat *__statbuf)) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
Xw32defs.h 43 #define fstat _fstat macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xw32defs.h 34 #define fstat _fstat macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
stat.h 214 extern int fstat (int __fd, struct stat *__buf) __THROW __nonnull ((2));
220 extern int __REDIRECT_NTH (fstat, (int __fd, struct stat *__buf), fstat64)
224 # define fstat fstat64
467 __NTH (fstat (int __fd, struct stat *__statbuf))
465 __NTH (fstat (int __fd, struct stat *__statbuf)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/X11/
Xw32defs.h 43 #define fstat _fstat macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xw32defs.h 34 #define fstat _fstat macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
stat.h 214 extern int fstat (int __fd, struct stat *__buf) __THROW __nonnull ((2));
220 extern int __REDIRECT_NTH (fstat, (int __fd, struct stat *__buf), fstat64)
224 # define fstat fstat64
467 __NTH (fstat (int __fd, struct stat *__statbuf))
465 __NTH (fstat (int __fd, struct stat *__statbuf)) function
  /external/valgrind/main/coregrind/
m_libcfile.c 56 return VG_(fstat)(fd, &st) == 0;
247 /* stat/fstat support. It's uggerly. We have impedance-match into a
302 Int VG_(fstat) ( Int fd, struct vg_stat* vgbuf ) function
339 Int res = VG_(fstat)( fd, &buf );
  /libcore/luni/src/main/java/libcore/io/
Os.java 41 public StructStat fstat(FileDescriptor fd) throws ErrnoException; method in interface:Os
Posix.java 44 public native StructStat fstat(FileDescriptor fd) throws ErrnoException; method in class:Posix
ForwardingOs.java 50 public StructStat fstat(FileDescriptor fd) throws ErrnoException { return os.fstat(fd); } method in class:ForwardingOs
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
SFTPv3Client.java 376 public SFTPv3FileAttributes fstat(SFTPv3FileHandle handle) throws IOException method in class:SFTPv3Client
    [all...]

Completed in 733 milliseconds