/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 | 284 /// int fstatvfs64(int fildes, struct statvfs64 *buf); 514 /// int statvfs64(const char *path, struct statvfs64 *buf) 515 statvfs64, enumerator in enum:llvm::LibFunc::Func
|
/external/llvm/lib/Target/ |
TargetLibraryInfo.cpp | 271 "statvfs64", 581 TLI.setUnavailable(LibFunc::statvfs64);
|
/external/llvm/lib/Transforms/IPO/ |
FunctionAttrs.cpp | [all...] |