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
326 final StructStat stat = Libcore.os.fstat(fd); in FileReader() local
388 @Override public StructStat stat(String path) throws ErrnoException { in stat() method in BlockGuardOs
188 public StructStat stat(String path) throws ErrnoException; in stat() method
221 public StructStat stat(String path) throws ErrnoException { return os.stat(path); } in stat() method in ForwardingOs
260 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
1535 StructStat stat = Os.fstat(fd); in testMemfdCreate() local
658 … public static StructStat stat(String path) throws ErrnoException { return Libcore.os.stat(path); } in stat() method in Os