Searched refs:whence (Results 1 – 3 of 3) sorted by relevance
85 off64_t File::seekTo(off64_t pos, int whence) { in seekTo() argument86 off64_t new_pos = lseek64(mFd, pos, whence); in seekTo()
41 off64_t seekTo(off64_t pos, int whence = SEEK_SET);
290 off_t LSeek(off_t offset, int whence) { in LSeek() argument292 off_t rval = TEMP_FAILURE_RETRY(lseek(fd_, offset, whence)); in LSeek()