Home
last modified time | relevance | path

Searched refs:fstatvfs (Results 1 – 7 of 7) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
DBlockGuardOs.java199 @Override public StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException { in fstatvfs() method in BlockGuardOs
201 return super.fstatvfs(fd); in fstatvfs()
DForwardingOs.java266 … public StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException { return os.fstatvfs(fd); } in fstatvfs() method in ForwardingOs
DOs.java206 public StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException; in fstatvfs() method
DLinux.java83 public native StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException; in fstatvfs() method in Linux
/libcore/luni/src/main/java/android/system/
DOs.java197 …public static StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException { return Libcore.os. in fstatvfs() method in Os
/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp1345 int rc = TEMP_FAILURE_RETRY(fstatvfs(fd, &sb)); in Linux_fstatvfs()
2794 NATIVE_METHOD(Linux, fstatvfs, "(Ljava/io/FileDescriptor;)Landroid/system/StructStatVfs;"),
/libcore/api/
Dcurrent.txt57 …method public static android.system.StructStatVfs fstatvfs(java.io.FileDescriptor) throws android.…