Searched refs:SEEK_END (Results 1 – 6 of 6) sorted by relevance
242 if ((size = lseek64(fd, 0, SEEK_END)) == -1) in handleAvailable()
966 len = zip->len = IO_Lseek(zfd, 0, SEEK_END); in ZIP_Put_In_Cache0()
958 public static final int SEEK_END; field in OsConstants959 static { SEEK_END = 0; }
633 public static final int SEEK_END = placeholder(); field in OsConstants
484 initConstant(env, c, "SEEK_END", SEEK_END); in OsConstants_initConstants()
461 field public static final int SEEK_END;