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