Searched defs:fstat (Results 1 – 5 of 5) sorted by relevance
131 @Override public StructStat fstat(FileDescriptor fd) throws ErrnoException { in fstat() method in BlockGuardOs
63 public StructStat fstat(FileDescriptor fd) throws ErrnoException; in fstat() method
72 public StructStat fstat(FileDescriptor fd) throws ErrnoException { return os.fstat(fd); } in fstat() method in ForwardingOs
66 public native StructStat fstat(FileDescriptor fd) throws ErrnoException; in fstat() method in Posix
124 …public static StructStat fstat(FileDescriptor fd) throws ErrnoException { return Libcore.os.fstat(… in fstat() method in Os