Searched defs:fstat (Results 1 – 6 of 6) sorted by relevance
173 @Override public StructStat fstat(FileDescriptor fd) throws ErrnoException { in fstat() method in BlockGuardOs
81 public StructStat fstat(FileDescriptor fd) throws ErrnoException; in fstat() method
106 public StructStat fstat(FileDescriptor fd) throws ErrnoException { return os.fstat(fd); } in fstat() method in ForwardingOs
81 public native StructStat fstat(FileDescriptor fd) throws ErrnoException; in fstat() method in Linux
311 static native void fstat(int fd, UnixFileAttributes attrs) throws UnixException; in fstat() method in UnixNativeDispatcher
170 …public static StructStat fstat(FileDescriptor fd) throws ErrnoException { return Libcore.os.fstat(… in fstat() method in Os