Searched defs:stat (Results 1 – 13 of 13) sorted by relevance
188 PreparedStatement stat = conn.prepareStatement("DELETE FROM " in testDelete7() local
208 PreparedStatement stat = conn.prepareStatement("INSERT INTO " in testInsertPrepared() local
266 PreparedStatement stat = conn.prepareStatement("UPDATE " in testUpdate9() local
38 final StructStat stat; field in SocketTaggingTest.StatAndDescriptor
214 final StructStat stat = Libcore.os.fstat(fd); in FileReader() local
323 @Override public StructStat stat(String path) throws ErrnoException { in stat() method in BlockGuardOs
181 public StructStat stat(String path) throws ErrnoException { return os.stat(path); } in stat() method in ForwardingOs
168 public StructStat stat(String path) throws ErrnoException; in stat() method
255 public native StructStat stat(String path) throws ErrnoException; in stat() method in Linux
1020 int stat; in sharedPush() local1798 int stat = 0; in awaitWork() local1830 int stat = 0; in timedAwaitWork() local1962 int stat = 0, wl; WorkQueue[] ws; in scan() local2533 WorkQueue q; int wl, k, stat; in externalPush() local
805 Statement stat = conn.createStatement(); in testExecuteUpdate_String() local
283 static void stat(UnixPath path, UnixFileAttributes attrs) throws UnixException { in stat() method in UnixNativeDispatcher
551 public static StructStat stat(String path) throws ErrnoException { return Libcore.os.stat(path); } in stat() method in Os