Home
last modified time | relevance | path

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

/system/core/include/utils/
DCompat.h30 static inline off64_t lseek64(int fd, off64_t offset, int whence) { in lseek64() argument
31 return lseek(fd, offset, whence); in lseek64()
/system/core/libcutils/
Dopen_memstream.c164 static fpos_t seek_memstream(void* cookie, fpos_t offset, int whence) in seek_memstream() argument
169 if (whence == SEEK_CUR) { in seek_memstream()
171 } else if (whence == SEEK_END) { in seek_memstream()