Searched defs:statvfs (Results 1 – 5 of 5) sorted by relevance
296 @Override public StructStatVfs statvfs(String path) throws ErrnoException { in statvfs() method in BlockGuardOs
153 public StructStatVfs statvfs(String path) throws ErrnoException { return os.statvfs(path); } in statvfs() method in ForwardingOs
146 public StructStatVfs statvfs(String path) throws ErrnoException; in statvfs() method
197 public native StructStatVfs statvfs(String path) throws ErrnoException; in statvfs() method in Posix
473 …public static StructStatVfs statvfs(String path) throws ErrnoException { return Libcore.os.statvfs… in statvfs() method in Os