Searched refs:fstat (Results 1 – 17 of 17) sorted by relevance
42 this.stat = fstat(fd); in StatAndDescriptor()67 StructStat current = fstat(socketDescriptor); in untag()148 private static StructStat fstat(FileDescriptor fd) { in fstat() method in SocketTaggingTest150 return android.system.Os.fstat(fd); in fstat()
39 #define fstat64 fstat
83 fstat(fd, &stat); in fileOpen()
54 #define fstat64 fstat
52 long size = Libcore.os.fstat(fd).st_size; in mmapRO()
214 final StructStat stat = Libcore.os.fstat(fd); in FileReader()
132 @Override public StructStat fstat(FileDescriptor fd) throws ErrnoException { in fstat() method in BlockGuardOs134 return os.fstat(fd); in fstat()
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
444 if (S_ISDIR(Libcore.os.fstat(fd).st_mode)) { in open()
559 return Libcore.os.fstat(fd).st_size; in length()
134 …public static StructStat fstat(FileDescriptor fd) throws ErrnoException { return Libcore.os.fstat(… in fstat() method in Os
50 assertFalse(S_ISSOCK(Libcore.os.fstat(fis.getFD()).st_mode)); in testIsSocket()54 assertTrue(S_ISSOCK(Libcore.os.fstat(s.getImpl().getFD$()).st_mode)); in testIsSocket()
890 if (android.system.OsConstants.S_ISREG(Libcore.os.fstat(fd).st_mode)) { in map()
841 if (fstat(fd.get(), &sb) == -1) { in mapIcuData()
916 int rc = TEMP_FAILURE_RETRY(fstat(fd, &sb)); in Posix_fstat()1985 NATIVE_METHOD(Posix, fstat, "(Ljava/io/FileDescriptor;)Landroid/system/StructStat;"),