Searched defs:fstat (Results 1 – 3 of 3) sorted by relevance
50 public StructStat fstat(FileDescriptor fd) throws ErrnoException { return os.fstat(fd); } in fstat() method in ForwardingOs
41 public StructStat fstat(FileDescriptor fd) throws ErrnoException; in fstat() method
44 public native StructStat fstat(FileDescriptor fd) throws ErrnoException; in fstat() method in Posix