HomeSort by relevance Sort by last modified time
    Searched refs:statvfs (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
statvfs.h 26 #include <bits/statvfs.h>
52 extern int statvfs (__const char *__restrict __file,
53 struct statvfs *__restrict __buf)
57 extern int __REDIRECT_NTH (statvfs,
59 struct statvfs *__restrict __buf), statvfs64)
62 # define statvfs statvfs64
74 extern int fstatvfs (int __fildes, struct statvfs *__buf)
78 extern int __REDIRECT_NTH (fstatvfs, (int __fildes, struct statvfs *__buf),
91 #endif /* sys/statvfs.h */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
statvfs.h 26 #include <bits/statvfs.h>
52 extern int statvfs (__const char *__restrict __file,
53 struct statvfs *__restrict __buf)
57 extern int __REDIRECT_NTH (statvfs,
59 struct statvfs *__restrict __buf), statvfs64)
62 # define statvfs statvfs64
74 extern int fstatvfs (int __fildes, struct statvfs *__buf)
78 extern int __REDIRECT_NTH (fstatvfs, (int __fildes, struct statvfs *__buf),
91 #endif /* sys/statvfs.h */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
statvfs.h 26 #include <bits/statvfs.h>
52 extern int statvfs (__const char *__restrict __file,
53 struct statvfs *__restrict __buf)
57 extern int __REDIRECT_NTH (statvfs,
59 struct statvfs *__restrict __buf), statvfs64)
62 # define statvfs statvfs64
74 extern int fstatvfs (int __fildes, struct statvfs *__buf)
78 extern int __REDIRECT_NTH (fstatvfs, (int __fildes, struct statvfs *__buf),
91 #endif /* sys/statvfs.h */
  /bionic/libc/include/sys/
statvfs.h 46 struct statvfs { __STATVFS64_BODY }; struct
62 extern int statvfs(const char* __restrict, struct statvfs* __restrict) __nonnull((1, 2));
64 extern int fstatvfs(int, struct statvfs*) __nonnull((2));
  /development/ndk/platforms/android-21/include/sys/
statvfs.h 46 struct statvfs { __STATVFS64_BODY }; struct
62 extern int statvfs(const char* __restrict, struct statvfs* __restrict) __nonnull((1, 2));
64 extern int fstatvfs(int, struct statvfs*) __nonnull((2));
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/sys/
statvfs.h 46 struct statvfs { __STATVFS64_BODY }; struct
62 extern int statvfs(const char* __restrict, struct statvfs* __restrict) __nonnull((1, 2));
64 extern int fstatvfs(int, struct statvfs*) __nonnull((2));
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/sys/
statvfs.h 46 struct statvfs { __STATVFS64_BODY }; struct
62 extern int statvfs(const char* __restrict, struct statvfs* __restrict) __nonnull((1, 2));
64 extern int fstatvfs(int, struct statvfs*) __nonnull((2));
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/sys/
statvfs.h 46 struct statvfs { __STATVFS64_BODY }; struct
62 extern int statvfs(const char* __restrict, struct statvfs* __restrict) __nonnull((1, 2));
64 extern int fstatvfs(int, struct statvfs*) __nonnull((2));
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/sys/
statvfs.h 46 struct statvfs { __STATVFS64_BODY }; struct
62 extern int statvfs(const char* __restrict, struct statvfs* __restrict) __nonnull((1, 2));
64 extern int fstatvfs(int, struct statvfs*) __nonnull((2));
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/sys/
statvfs.h 46 struct statvfs { __STATVFS64_BODY }; struct
62 extern int statvfs(const char* __restrict, struct statvfs* __restrict) __nonnull((1, 2));
64 extern int fstatvfs(int, struct statvfs*) __nonnull((2));
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/sys/
statvfs.h 46 struct statvfs { __STATVFS64_BODY }; struct
62 extern int statvfs(const char* __restrict, struct statvfs* __restrict) __nonnull((1, 2));
64 extern int fstatvfs(int, struct statvfs*) __nonnull((2));
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/sys/
statvfs.h 46 struct statvfs { __STATVFS64_BODY }; struct
62 extern int statvfs(const char* __restrict, struct statvfs* __restrict) __nonnull((1, 2));
64 extern int fstatvfs(int, struct statvfs*) __nonnull((2));
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/sys/
statvfs.h 46 struct statvfs { __STATVFS64_BODY }; struct
62 extern int statvfs(const char* __restrict, struct statvfs* __restrict) __nonnull((1, 2));
64 extern int fstatvfs(int, struct statvfs*) __nonnull((2));
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/sys/
statvfs.h 46 struct statvfs { __STATVFS64_BODY }; struct
62 extern int statvfs(const char* __restrict, struct statvfs* __restrict) __nonnull((1, 2));
64 extern int fstatvfs(int, struct statvfs*) __nonnull((2));
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/sys/
statvfs.h 46 struct statvfs { __STATVFS64_BODY }; struct
62 extern int statvfs(const char* __restrict, struct statvfs* __restrict) __nonnull((1, 2));
64 extern int fstatvfs(int, struct statvfs*) __nonnull((2));
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/sys/
statvfs.h 46 struct statvfs { __STATVFS64_BODY }; struct
62 extern int statvfs(const char* __restrict, struct statvfs* __restrict) __nonnull((1, 2));
64 extern int fstatvfs(int, struct statvfs*) __nonnull((2));
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/sys/
statvfs.h 46 struct statvfs { __STATVFS64_BODY }; struct
62 extern int statvfs(const char* __restrict, struct statvfs* __restrict) __nonnull((1, 2));
64 extern int fstatvfs(int, struct statvfs*) __nonnull((2));
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/sys/
statvfs.h 46 struct statvfs { __STATVFS64_BODY }; struct
62 extern int statvfs(const char* __restrict, struct statvfs* __restrict) __nonnull((1, 2));
64 extern int fstatvfs(int, struct statvfs*) __nonnull((2));
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/sys/
statvfs.h 46 struct statvfs { __STATVFS64_BODY }; struct
62 extern int statvfs(const char* __restrict, struct statvfs* __restrict) __nonnull((1, 2));
64 extern int fstatvfs(int, struct statvfs*) __nonnull((2));
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/sys/
statvfs.h 46 struct statvfs { __STATVFS64_BODY }; struct
62 extern int statvfs(const char* __restrict, struct statvfs* __restrict) __nonnull((1, 2));
64 extern int fstatvfs(int, struct statvfs*) __nonnull((2));
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/sys/
statvfs.h 46 struct statvfs { __STATVFS64_BODY }; struct
62 extern int statvfs(const char* __restrict, struct statvfs* __restrict) __nonnull((1, 2));
64 extern int fstatvfs(int, struct statvfs*) __nonnull((2));
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/sys/
statvfs.h 46 struct statvfs { __STATVFS64_BODY }; struct
62 extern int statvfs(const char* __restrict, struct statvfs* __restrict) __nonnull((1, 2));
64 extern int fstatvfs(int, struct statvfs*) __nonnull((2));
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/sys/
statvfs.h 46 struct statvfs { __STATVFS64_BODY }; struct
62 extern int statvfs(const char* __restrict, struct statvfs* __restrict) __nonnull((1, 2));
64 extern int fstatvfs(int, struct statvfs*) __nonnull((2));
  /bionic/tests/
sys_statvfs_test.cpp 19 #include <sys/statvfs.h>
40 TEST(sys_statvfs, statvfs) {
41 struct statvfs sb;
42 ASSERT_EQ(0, statvfs("/proc", &sb));
53 struct statvfs sb;
  /bionic/libc/bionic/
statvfs.cpp 17 #include <sys/statvfs.h>
37 static void __statfs_to_statvfs(const struct statfs& in, struct statvfs* out) {
71 int statvfs(const char* path, struct statvfs* result) { function
80 __strong_alias(statvfs64, statvfs);
82 int fstatvfs(int fd, struct statvfs* result) {

Completed in 858 milliseconds

1 2 3 4