Searched refs:fstatvfs (Results 1 - 6 of 6) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
H A DBlockGuardOs.java136 @Override public StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException { method in class:BlockGuardOs
138 return os.fstatvfs(fd);
H A DOs.java66 public StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException; method in interface:Os
H A DForwardingOs.java75 public StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException { return os.fstatvfs(fd); } method in class:ForwardingOs
H A DPosix.java69 public native StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException; method in class:Posix
/libcore/luni/src/main/java/android/system/
H A DOs.java131 * See <a href="http://man7.org/linux/man-pages/man2/fstatvfs.2.html">fstatvfs(2)</a>.
133 public static StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException { return Libcore.os.fstatvfs(fd); } method in class:Os
/libcore/luni/src/main/native/
H A Dlibcore_io_Posix.cpp817 int rc = TEMP_FAILURE_RETRY(fstatvfs(fd, &sb));
819 throwErrnoException(env, "fstatvfs");
1881 NATIVE_METHOD(Posix, fstatvfs, "(Ljava/io/FileDescriptor;)Landroid/system/StructStatVfs;"),

Completed in 43 milliseconds