Searched defs:stat (Results 1 – 12 of 12) 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
339 final StructStat stat = Libcore.os.fstat(fd); in FileReader() local
386 @Override public StructStat stat(String path) throws ErrnoException { in stat() method in BlockGuardOs
222 public StructStat stat(String path) throws ErrnoException { return os.stat(path); } in stat() method in ForwardingOs
189 public StructStat stat(String path) throws ErrnoException; in stat() method
261 public native StructStat stat(String path) throws ErrnoException; in stat() method in Linux
1023 int stat; in sharedPush() local1801 int stat = 0; in awaitWork() local1833 int stat = 0; in timedAwaitWork() local1965 int stat = 0, wl; WorkQueue[] ws; in scan() local2536 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
655 … public static StructStat stat(String path) throws ErrnoException { return Libcore.os.stat(path); } in stat() method in Os