Home
last modified time | relevance | path

Searched refs:whence (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/util/common/
Dfile.cpp85 off64_t File::seekTo(off64_t pos, int whence) { in seekTo() argument
86 off64_t new_pos = lseek64(mFd, pos, whence); in seekTo()
Dfile.h41 off64_t seekTo(off64_t pos, int whence = SEEK_SET);
/device/google/cuttlefish/common/libs/fs/
Dshared_fd.h290 off_t LSeek(off_t offset, int whence) { in LSeek() argument
292 off_t rval = TEMP_FAILURE_RETRY(lseek(fd_, offset, whence)); in LSeek()