Searched refs:whence (Results 1 – 2 of 2) sorted by relevance
88 off64_t File::seekTo(off64_t pos, int whence) { in seekTo() argument89 off64_t new_pos = lseek64(mFd, pos, whence); in seekTo()
39 off64_t seekTo(off64_t pos, int whence = SEEK_SET);