Searched defs:statvfs (Results 1 – 6 of 6) sorted by relevance
395 @Override public StructStatVfs statvfs(String path) throws ErrnoException { in statvfs() method in BlockGuardOs
189 public StructStatVfs statvfs(String path) throws ErrnoException; in statvfs() method
223 public StructStatVfs statvfs(String path) throws ErrnoException { return os.statvfs(path); } in statvfs() method in ForwardingOs
261 public native StructStatVfs statvfs(String path) throws ErrnoException; in statvfs() method in Linux
503 static void statvfs(UnixPath path, UnixFileStoreAttributes attrs) in statvfs() method in UnixNativeDispatcher
663 …public static StructStatVfs statvfs(String path) throws ErrnoException { return Libcore.os.statvfs… in statvfs() method in Os