Searched defs:fstatfs (Results 1 – 3 of 3) sorted by relevance
51 public StructStatFs fstatfs(FileDescriptor fd) throws ErrnoException { return os.fstatfs(fd); } in fstatfs() method in ForwardingOs
42 public StructStatFs fstatfs(FileDescriptor fd) throws ErrnoException; in fstatfs() method
45 public native StructStatFs fstatfs(FileDescriptor fd) throws ErrnoException; in fstatfs() method in Posix