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

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/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.15-4.8/sysroot/usr/include/x86_64-linux-gnu/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 82 int fstatvfs(int fd, struct statvfs* result) { function
91 __strong_alias(fstatvfs64, fstatvfs);
  /libcore/luni/src/main/java/libcore/io/
BlockGuardOs.java 149 @Override public StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException { method in class:BlockGuardOs
151 return os.fstatvfs(fd);
Linux.java 78 public native StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException; method in class:Linux
Os.java 72 public StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException; method in interface:Os
ForwardingOs.java 87 public StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException { return os.fstatvfs(fd); } method in class:ForwardingOs
  /libcore/luni/src/main/java/android/system/
Os.java 154 * See <a href="http://man7.org/linux/man-pages/man2/fstatvfs.2.html">fstatvfs(2)</a>.
156 public static StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException { return Libcore.os.fstatvfs(fd); } method in class:Os
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c 24 # pragma weak fstatvfs macro
    [all...]
  /external/python/cpython2/Modules/
posixmodule.c 22 # pragma weak fstatvfs macro
    [all...]
  /external/python/cpython3/Modules/
posixmodule.c 21 # pragma weak fstatvfs macro
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 322 milliseconds

1 2