Searched refs:SEEK_SET (Results 1 – 5 of 5) sorted by relevance
115 flock.l_whence = (short) SEEK_SET; in basicLock()193 flock.l_whence = (short) SEEK_SET; in release()276 Libcore.os.lseek(fd, newPosition, SEEK_SET); in position()
71 int rc = TEMP_FAILURE_RETRY(lseek(fd, off, SEEK_SET)); in Inflater_setFileInputImpl()
439 initConstant(env, c, "SEEK_SET", SEEK_SET); in OsConstants_initConstants()
603 Libcore.os.lseek(fd, offset, SEEK_SET); in seek()
392 public static final int SEEK_SET = placeholder(); field in OsConstants