HomeSort by relevance Sort by last modified time
    Searched defs:statvfs64 (Results 1 - 8 of 8) 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-19/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-19/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-19/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/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

Completed in 262 milliseconds