HomeSort by relevance Sort by last modified time
    Searched refs:fstatvfs64 (Results 1 - 5 of 5) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
statvfs.h 79 fstatvfs64) __nonnull ((2));
81 # define fstatvfs fstatvfs64
85 extern int fstatvfs64 (int __fildes, struct statvfs64 *__buf)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
statvfs.h 79 fstatvfs64) __nonnull ((2));
81 # define fstatvfs fstatvfs64
85 extern int fstatvfs64 (int __fildes, struct statvfs64 *__buf)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
statvfs.h 79 fstatvfs64) __nonnull ((2));
81 # define fstatvfs fstatvfs64
85 extern int fstatvfs64 (int __fildes, struct statvfs64 *__buf)
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 274 /// int fstatvfs64(int fildes, struct statvfs64 *buf);
275 fstatvfs64, enumerator in enum:llvm::LibFunc::Func
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 153 "fstatvfs64",
569 TLI.setUnavailable(LibFunc::fstatvfs64);

Completed in 203 milliseconds