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

  /external/openssh/openbsd-compat/
bsd-statvfs.c 32 int fstatvfs(int fd, struct statvfs *buf) function
  /bionic/libc/bionic/
statvfs.cpp 54 int fstatvfs(int fd, struct statvfs* result) { function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
statvfs.h 74 extern int fstatvfs (int __fildes, struct statvfs *__buf)
78 extern int __REDIRECT_NTH (fstatvfs, (int __fildes, struct statvfs *__buf),
81 # define fstatvfs fstatvfs64 macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
statvfs.h 74 extern int fstatvfs (int __fildes, struct statvfs *__buf)
78 extern int __REDIRECT_NTH (fstatvfs, (int __fildes, struct statvfs *__buf),
81 # define fstatvfs fstatvfs64 macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
statvfs.h 74 extern int fstatvfs (int __fildes, struct statvfs *__buf)
78 extern int __REDIRECT_NTH (fstatvfs, (int __fildes, struct statvfs *__buf),
81 # define fstatvfs fstatvfs64 macro
  /libcore/luni/src/main/java/libcore/io/
Os.java 48 public StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException; method in interface:Os
Posix.java 51 public native StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException; method in class:Posix
ForwardingOs.java 57 public StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException { return os.fstatvfs(fd); } method in class:ForwardingOs
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 282 /// int fstatvfs(int fildes, struct statvfs *buf);
283 fstatvfs, enumerator in enum:llvm::LibFunc::Func

Completed in 309 milliseconds