Searched refs:fstat (Results 1 – 18 of 18) 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()
326 final StructStat stat = Libcore.os.fstat(fd); in FileReader()
173 @Override public StructStat fstat(FileDescriptor fd) throws ErrnoException { in fstat() method in BlockGuardOs175 return super.fstat(fd); in fstat()
106 public StructStat fstat(FileDescriptor fd) throws ErrnoException { return os.fstat(fd); } in fstat() method in ForwardingOs
81 public StructStat fstat(FileDescriptor fd) throws ErrnoException; in fstat() method
81 public native StructStat fstat(FileDescriptor fd) throws ErrnoException; in fstat() method in Linux
481 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
68 assertFalse(S_ISSOCK(Os.fstat(fis.getFD()).st_mode)); in testIsSocket()72 assertTrue(S_ISSOCK(Os.fstat(s.getImpl().getFD$()).st_mode)); in testIsSocket()1273 StructStat structStat1 = Os.fstat(fos.getFD()); in test_fstat_times()1280 StructStat structStat2 = Os.fstat(fos.getFD()); in test_fstat_times()1535 StructStat stat = Os.fstat(fd); in testMemfdCreate()1540 stat = Os.fstat(fd); in testMemfdCreate()
635 return Libcore.os.fstat(fd).st_size; in length()
170 …public static StructStat fstat(FileDescriptor fd) throws ErrnoException { return Libcore.os.fstat(… in fstat() method in Os
2612 NATIVE_METHOD(Linux, fstat, "(Ljava/io/FileDescriptor;)Landroid/system/StructStat;"),