Searched refs:fstat (Results 1 – 19 of 19) sorted by relevance
41 #define fstat64 fstat
36 #define fstat64 fstat
60 #define fstat64 fstat
58 #define fstat64 fstat
56 long size = Libcore.os.fstat(fd).st_size; in mmapRO()
192 @Override public StructStat fstat(FileDescriptor fd) throws ErrnoException { in fstat() method in BlockGuardOs194 return super.fstat(fd); in fstat()
395 final StructStat stat = Libcore.os.fstat(fd); in FileReader()
264 public StructStat fstat(FileDescriptor fd) throws ErrnoException { return os.fstat(fd); } in fstat() method in ForwardingOs
202 public StructStat fstat(FileDescriptor fd) throws ErrnoException; in fstat() method
82 public native StructStat fstat(FileDescriptor fd) throws ErrnoException; in fstat() method in Linux
564 if (S_ISDIR(Libcore.os.fstat(fd).st_mode)) { in open()
113 Os.fstat(FileDescriptor.in).st_ino, in testRedirectInherit()114 Os.fstat(FileDescriptor.out).st_ino, in testRedirectInherit()115 Os.fstat(FileDescriptor.err).st_ino); in testRedirectInherit()
80 UnixNativeDispatcher.fstat(fd, attrs); in get()
311 static native void fstat(int fd, UnixFileAttributes attrs) throws UnixException; in fstat() method in UnixNativeDispatcher
88 assertFalse(S_ISSOCK(Os.fstat(fis.getFD()).st_mode)); in testIsSocket()92 assertTrue(S_ISSOCK(Os.fstat(s.getImpl().getFD$()).st_mode)); in testIsSocket()1721 StructStat structStat1 = Os.fstat(fos.getFD());1728 StructStat structStat2 = Os.fstat(fos.getFD());2002 StructStat stat = Os.fstat(fd);2007 stat = Os.fstat(fd);
635 return Libcore.os.fstat(fd).st_size; in length()
194 …public static StructStat fstat(FileDescriptor fd) throws ErrnoException { return Libcore.os.fstat(… in fstat() method in Os
2773 NATIVE_METHOD(Linux, fstat, "(Ljava/io/FileDescriptor;)Landroid/system/StructStat;"),
36 …method public static android.system.StructStat fstat(java.io.FileDescriptor) throws android.system…