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

  /bionic/libc/bionic/
fstatfs.c 32 int fstatfs(int fd, struct statfs* stat) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
statfs.h 51 extern int fstatfs (int __fildes, struct statfs *__buf)
55 extern int __REDIRECT_NTH (fstatfs, (int __fildes, struct statfs *__buf),
58 # define fstatfs fstatfs64 macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
statfs.h 51 extern int fstatfs (int __fildes, struct statfs *__buf)
55 extern int __REDIRECT_NTH (fstatfs, (int __fildes, struct statfs *__buf),
58 # define fstatfs fstatfs64 macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
statfs.h 51 extern int fstatfs (int __fildes, struct statfs *__buf)
55 extern int __REDIRECT_NTH (fstatfs, (int __fildes, struct statfs *__buf),
58 # define fstatfs fstatfs64 macro
  /development/ndk/sources/android/libportable/arch-mips/
statfs.c 52 int WRAP(fstatfs)(int fd, struct statfs_portable* stat) function
61 ret = REAL(fstatfs)(fd, &mips_stat);
  /libcore/luni/src/main/java/libcore/io/
Os.java 48 public StructStatFs fstatfs(FileDescriptor fd) throws ErrnoException; method in interface:Os
Posix.java 51 public native StructStatFs fstatfs(FileDescriptor fd) throws ErrnoException; method in class:Posix
ForwardingOs.java 57 public StructStatFs fstatfs(FileDescriptor fd) throws ErrnoException { return os.fstatfs(fd); } method in class:ForwardingOs

Completed in 74 milliseconds