Home
last modified time | relevance | path

Searched defs:fstat (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
DBlockGuardOs.java193 @Override public StructStat fstat(FileDescriptor fd) throws ErrnoException { in fstat() method in BlockGuardOs
DForwardingOs.java261 public StructStat fstat(FileDescriptor fd) throws ErrnoException { return os.fstat(fd); } in fstat() method in ForwardingOs
DOs.java201 public StructStat fstat(FileDescriptor fd) throws ErrnoException; in fstat() method
DLinux.java82 public native StructStat fstat(FileDescriptor fd) throws ErrnoException; in fstat() method in Linux
/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixNativeDispatcher.java311 static native void fstat(int fd, UnixFileAttributes attrs) throws UnixException; in fstat() method in UnixNativeDispatcher
/libcore/luni/src/main/java/android/system/
DOs.java192 …public static StructStat fstat(FileDescriptor fd) throws ErrnoException { return Libcore.os.fstat(… in fstat() method in Os