Home
last modified time | relevance | path

Searched defs:statvfs (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
DBlockGuardOs.java395 @Override public StructStatVfs statvfs(String path) throws ErrnoException { in statvfs() method in BlockGuardOs
DOs.java189 public StructStatVfs statvfs(String path) throws ErrnoException; in statvfs() method
DForwardingOs.java223 public StructStatVfs statvfs(String path) throws ErrnoException { return os.statvfs(path); } in statvfs() method in ForwardingOs
DLinux.java261 public native StructStatVfs statvfs(String path) throws ErrnoException; in statvfs() method in Linux
/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixNativeDispatcher.java503 static void statvfs(UnixPath path, UnixFileStoreAttributes attrs) in statvfs() method in UnixNativeDispatcher
/libcore/luni/src/main/java/android/system/
DOs.java663 …public static StructStatVfs statvfs(String path) throws ErrnoException { return Libcore.os.statvfs… in statvfs() method in Os