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