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

  /bionic/libc/include/sys/
statvfs.h 47 struct statvfs64 { __STATVFS64_BODY }; struct
63 extern int statvfs64(const char* __restrict, struct statvfs64* __restrict) __nonnull((1, 2));
65 extern int fstatvfs64(int, struct statvfs64*) __nonnull((2));
  /development/ndk/platforms/android-L/include/sys/
statvfs.h 47 struct statvfs64 { __STATVFS64_BODY }; struct
63 extern int statvfs64(const char* __restrict, struct statvfs64* __restrict) __nonnull((1, 2));
65 extern int fstatvfs64(int, struct statvfs64*) __nonnull((2));
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/sys/
statvfs.h 47 struct statvfs64 { __STATVFS64_BODY }; struct
63 extern int statvfs64(const char* __restrict, struct statvfs64* __restrict) __nonnull((1, 2));
65 extern int fstatvfs64(int, struct statvfs64*) __nonnull((2));
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/sys/
statvfs.h 47 struct statvfs64 { __STATVFS64_BODY }; struct
63 extern int statvfs64(const char* __restrict, struct statvfs64* __restrict) __nonnull((1, 2));
65 extern int fstatvfs64(int, struct statvfs64*) __nonnull((2));
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/sys/
statvfs.h 47 struct statvfs64 { __STATVFS64_BODY }; struct
63 extern int statvfs64(const char* __restrict, struct statvfs64* __restrict) __nonnull((1, 2));
65 extern int fstatvfs64(int, struct statvfs64*) __nonnull((2));
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/sys/
statvfs.h 47 struct statvfs64 { __STATVFS64_BODY }; struct
63 extern int statvfs64(const char* __restrict, struct statvfs64* __restrict) __nonnull((1, 2));
65 extern int fstatvfs64(int, struct statvfs64*) __nonnull((2));
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/sys/
statvfs.h 47 struct statvfs64 { __STATVFS64_BODY }; struct
63 extern int statvfs64(const char* __restrict, struct statvfs64* __restrict) __nonnull((1, 2));
65 extern int fstatvfs64(int, struct statvfs64*) __nonnull((2));
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/sys/
statvfs.h 47 struct statvfs64 { __STATVFS64_BODY }; struct
63 extern int statvfs64(const char* __restrict, struct statvfs64* __restrict) __nonnull((1, 2));
65 extern int fstatvfs64(int, struct statvfs64*) __nonnull((2));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/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)
  /bionic/tests/
sys_statvfs_test.cpp 41 TEST(sys_statvfs, statvfs64) {
42 struct statvfs64 sb;
43 ASSERT_EQ(0, statvfs64("/proc", &sb));
55 struct statvfs64 sb;
  /bionic/libc/bionic/
statvfs.cpp 56 __strong_alias(statvfs64, statvfs);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
statvfs.h 58 struct statvfs64 struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
statvfs.h 58 struct statvfs64 struct
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 319 /// int fstatvfs64(int fildes, struct statvfs64 *buf);
555 /// int statvfs64(const char *path, struct statvfs64 *buf)
556 statvfs64, enumerator in enum:llvm::LibFunc::Func
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 286 "statvfs64",
672 TLI.setUnavailable(LibFunc::statvfs64);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 227 unsigned struct_statvfs64_sz = sizeof(struct statvfs64);
    [all...]
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp     [all...]

Completed in 1559 milliseconds