Searched defs:statfs (Results 1 – 3 of 3) sorted by relevance
119 public StructStatFs statfs(String path) throws ErrnoException { return os.statfs(path); } in statfs() method in ForwardingOs
113 public StructStatFs statfs(String path) throws ErrnoException; in statfs() method
163 public native StructStatFs statfs(String path) throws ErrnoException; in statfs() method in Posix