Searched defs:fstatvfs (Results 1 – 5 of 5) sorted by relevance
177 @Override public StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException { in fstatvfs() method in BlockGuardOs
84 public StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException; in fstatvfs() method
109 … public StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException { return os.fstatvfs(fd); } in fstatvfs() method in ForwardingOs
84 public native StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException; in fstatvfs() method in Linux
178 …public static StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException { return Libcore.os.… in fstatvfs() method in Os