Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/io/
DBlockGuardOs.java177 @Override public StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException { in fstatvfs() method in BlockGuardOs
179 return super.fstatvfs(fd); in fstatvfs()
DForwardingOs.java109 … public StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException { return os.fstatvfs(fd); } in fstatvfs() method in ForwardingOs
DOs.java84 public StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException; in fstatvfs() method
DLinux.java84 public native StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException; in fstatvfs() method in Linux
/libcore/luni/src/main/java/android/system/
DOs.java178 …public static StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException { return Libcore.os. in fstatvfs() method in Os
/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp1300 int rc = TEMP_FAILURE_RETRY(fstatvfs(fd, &sb)); in Linux_fstatvfs()
2611 NATIVE_METHOD(Linux, fstatvfs, "(Ljava/io/FileDescriptor;)Landroid/system/StructStatVfs;"),