Searched defs:lseek64 (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/bionic/
H A Dlegacy_32_bit_support.cpp61 // For lseek64 we need to use the llseek system call which splits the off64_t in two and
63 off64_t lseek64(int fd, off64_t off, int whence) { function
/bionic/libc/include/
H A Dunistd.h170 extern off_t lseek(int __fd, off_t __offset, int __whence) __RENAME(lseek64); variable
175 extern off64_t lseek64(int __fd, off64_t __offset, int __whence);

Completed in 793 milliseconds