Searched defs:fstat (Results 1 – 6 of 6) sorted by relevance
148 private static StructStat fstat(FileDescriptor fd) { in fstat() method in SocketTaggingTest
132 @Override public StructStat fstat(FileDescriptor fd) throws ErrnoException { in fstat() method in BlockGuardOs
74 public StructStat fstat(FileDescriptor fd) throws ErrnoException { return os.fstat(fd); } in fstat() method in ForwardingOs
65 public StructStat fstat(FileDescriptor fd) throws ErrnoException; in fstat() method
68 public native StructStat fstat(FileDescriptor fd) throws ErrnoException; in fstat() method in Posix
134 …public static StructStat fstat(FileDescriptor fd) throws ErrnoException { return Libcore.os.fstat(… in fstat() method in Os