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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/sysroot/usr/include/sys/
statvfs.h 79 fstatvfs64) __nonnull ((2));
81 # define fstatvfs fstatvfs64
85 extern int fstatvfs64 (int __fildes, struct statvfs64 *__buf)
  /bionic/tests/
sys_statvfs_test.cpp 54 TEST(sys_statvfs, fstatvfs64) {
57 ASSERT_EQ(0, fstatvfs64(fd, &sb));
  /bionic/libc/include/sys/
statvfs.h 65 extern int fstatvfs64(int, struct statvfs64*) __nonnull((2));
  /development/ndk/platforms/android-L/include/sys/
statvfs.h 65 extern int fstatvfs64(int, struct statvfs64*) __nonnull((2));
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/sys/
statvfs.h 65 extern int fstatvfs64(int, struct statvfs64*) __nonnull((2));
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/sys/
statvfs.h 65 extern int fstatvfs64(int, struct statvfs64*) __nonnull((2));
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/sys/
statvfs.h 65 extern int fstatvfs64(int, struct statvfs64*) __nonnull((2));
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/sys/
statvfs.h 65 extern int fstatvfs64(int, struct statvfs64*) __nonnull((2));
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/sys/
statvfs.h 65 extern int fstatvfs64(int, struct statvfs64*) __nonnull((2));
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/sys/
statvfs.h 65 extern int fstatvfs64(int, struct statvfs64*) __nonnull((2));
  /bionic/libc/bionic/
statvfs.cpp 67 __strong_alias(fstatvfs64, fstatvfs);
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 319 /// int fstatvfs64(int fildes, struct statvfs64 *buf);
320 fstatvfs64, enumerator in enum:llvm::LibFunc::Func
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 170 "fstatvfs64",
667 TLI.setUnavailable(LibFunc::fstatvfs64);
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp     [all...]

Completed in 315 milliseconds