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

/libcore/luni/src/main/java/libcore/io/
H A DForwardingOs.java132 public StructStatVfs statvfs(String path) throws ErrnoException { return os.statvfs(path); } method in class:ForwardingOs
H A DOs.java125 public StructStatVfs statvfs(String path) throws ErrnoException; method in interface:Os
H A DPosix.java176 public native StructStatVfs statvfs(String path) throws ErrnoException; method in class:Posix

Completed in 30 milliseconds