HomeSort by relevance Sort by last modified time
    Searched full:fstatvfs (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
statvfs.py 1 """Constants for interpreting the results of os.statvfs() and os.fstatvfs()."""
7 # os.statvfs() and os.fstatvfs().
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
statvfs.py 1 """Constants for interpreting the results of os.statvfs() and os.fstatvfs()."""
7 # os.statvfs() and os.fstatvfs().
  /bionic/tests/
sys_statvfs_test.cpp 47 TEST(sys_statvfs, fstatvfs) {
50 ASSERT_EQ(0, fstatvfs(fd, &sb));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
statvfs.h 74 extern int fstatvfs (int __fildes, struct statvfs *__buf)
78 extern int __REDIRECT_NTH (fstatvfs, (int __fildes, struct statvfs *__buf),
81 # define fstatvfs fstatvfs64 macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
statvfs.h 74 extern int fstatvfs (int __fildes, struct statvfs *__buf)
78 extern int __REDIRECT_NTH (fstatvfs, (int __fildes, struct statvfs *__buf),
81 # define fstatvfs fstatvfs64 macro
  /bionic/libc/bionic/
statvfs.cpp 58 int fstatvfs(int fd, struct statvfs* result) { function
67 __strong_alias(fstatvfs64, fstatvfs);
  /bionic/libc/include/sys/
statvfs.h 64 extern int fstatvfs(int, struct statvfs*) __nonnull((2));
  /development/ndk/platforms/android-L/include/sys/
statvfs.h 64 extern int fstatvfs(int, struct statvfs*) __nonnull((2));
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/sys/
statvfs.h 64 extern int fstatvfs(int, struct statvfs*) __nonnull((2));
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/sys/
statvfs.h 64 extern int fstatvfs(int, struct statvfs*) __nonnull((2));
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/sys/
statvfs.h 64 extern int fstatvfs(int, struct statvfs*) __nonnull((2));
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/sys/
statvfs.h 64 extern int fstatvfs(int, struct statvfs*) __nonnull((2));
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/sys/
statvfs.h 64 extern int fstatvfs(int, struct statvfs*) __nonnull((2));
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/sys/
statvfs.h 64 extern int fstatvfs(int, struct statvfs*) __nonnull((2));
  /libcore/luni/src/main/java/android/system/
StructStatVfs.java 22 * File information returned by {@link Os#fstatvfs} and {@link Os#statvfs}.
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
StorageTest.java 85 public StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException {
86 return stealBytes(os.fstatvfs(fd));
  /libcore/luni/src/main/java/libcore/io/
BlockGuardOs.java 136 @Override public StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException { method in class:BlockGuardOs
138 return os.fstatvfs(fd);
ForwardingOs.java 73 public StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException { return os.fstatvfs(fd); } method in class:ForwardingOs
  /development/ndk/platforms/android-L/arch-arm64/symbols/
libc.so.functions.txt 314 fstatvfs
  /development/ndk/platforms/android-L/arch-mips64/symbols/
libc.so.functions.txt 315 fstatvfs
  /development/ndk/platforms/android-L/arch-x86_64/symbols/
libc.so.functions.txt 314 fstatvfs
  /development/ndk/platforms/android-9/arch-mips/lib-bootstrap/lib/
libc.so 
  /development/ndk/platforms/android-9/arch-mips/lib-bootstrap/lib32/
libc.so 
  /development/ndk/platforms/android-L/arch-mips64/lib-bootstrap/lib/
libc.so 
  /development/ndk/platforms/android-L/arch-mips64/lib-bootstrap/lib32/
libc.so 

Completed in 1798 milliseconds

1 2 3 4