/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
|
/bionic/libc/arch-sh/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
|
/external/valgrind/main/coregrind/ |
m_libcfile.c | 56 return VG_(fstat)(fd, &st) == 0; 221 /* stat/fstat support. It's uggerly. We have impedance-match into a 295 Int VG_(fstat) ( Int fd, struct vg_stat* vgbuf ) function 335 Int res = VG_(fstat)( fd, &buf );
|
/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-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
|
/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
|
/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
|