Searched refs:fstatvfs (Results 1 – 7 of 7) sorted by relevance
199 @Override public StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException { in fstatvfs() method in BlockGuardOs201 return super.fstatvfs(fd); in fstatvfs()
266 … public StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException { return os.fstatvfs(fd); } in fstatvfs() method in ForwardingOs
206 public StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException; in fstatvfs() method
83 public native StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException; in fstatvfs() method in Linux
197 …public static StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException { return Libcore.os.… in fstatvfs() method in Os
1345 int rc = TEMP_FAILURE_RETRY(fstatvfs(fd, &sb)); in Linux_fstatvfs()2794 NATIVE_METHOD(Linux, fstatvfs, "(Ljava/io/FileDescriptor;)Landroid/system/StructStatVfs;"),
57 …method public static android.system.StructStatVfs fstatvfs(java.io.FileDescriptor) throws android.…