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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
statvfs.h 59 struct statvfs *__restrict __buf), statvfs64)
62 # define statvfs statvfs64
66 extern int statvfs64 (__const char *__restrict __file,
67 struct statvfs64 *__restrict __buf)
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 59 struct statvfs *__restrict __buf), statvfs64)
62 # define statvfs statvfs64
66 extern int statvfs64 (__const char *__restrict __file,
67 struct statvfs64 *__restrict __buf)
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 59 struct statvfs *__restrict __buf), statvfs64)
62 # define statvfs statvfs64
66 extern int statvfs64 (__const char *__restrict __file,
67 struct statvfs64 *__restrict __buf)
85 extern int fstatvfs64 (int __fildes, struct statvfs64 *__buf)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
statvfs.h 58 struct statvfs64 struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
statvfs.h 58 struct statvfs64 struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
statvfs.h 58 struct statvfs64 struct
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 274 /// int fstatvfs64(int fildes, struct statvfs64 *buf);
502 /// int statvfs64(const char *path, struct statvfs64 *buf)
503 statvfs64, enumerator in enum:llvm::LibFunc::Func
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 265 "statvfs64",
574 TLI.setUnavailable(LibFunc::statvfs64);

Completed in 454 milliseconds