Searched defs:statvfs (Results 1 - 5 of 5) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
H A DBlockGuardOs.java296 @Override public StructStatVfs statvfs(String path) throws ErrnoException { method in class:BlockGuardOs
298 return os.statvfs(path);
H A DForwardingOs.java163 public StructStatVfs statvfs(String path) throws ErrnoException { return os.statvfs(path); } method in class:ForwardingOs
H A DOs.java156 public StructStatVfs statvfs(String path) throws ErrnoException; method in interface:Os
H A DPosix.java240 public native StructStatVfs statvfs(String path) throws ErrnoException; method in class:Posix
/libcore/luni/src/main/java/android/system/
H A DOs.java498 * See <a href="http://man7.org/linux/man-pages/man2/statvfs.2.html">statvfs(2)</a>.
500 public static StructStatVfs statvfs(String path) throws ErrnoException { return Libcore.os.statvfs(path); } method in class:Os

Completed in 361 milliseconds