Searched refs:lseek64 (Results 1 – 4 of 4) sorted by relevance
/libcore/ojluni/src/main/native/ |
D | io_util_md.h | 74 #define lseek64 lseek macro 78 #define IO_Lseek lseek64
|
D | FileChannelImpl.c | 52 #define lseek64 lseek macro 56 #define lseek64 lseek macro 143 result = lseek64(fd, 0, SEEK_CUR); in FileChannelImpl_position0() 145 result = lseek64(fd, offset, SEEK_SET); in FileChannelImpl_position0()
|
D | io_util_md.c | 237 if ((current = lseek64(fd, 0, SEEK_CUR)) == -1) { in handleAvailable() 242 if ((size = lseek64(fd, 0, SEEK_END)) == -1) in handleAvailable() 244 else if (lseek64(fd, current, SEEK_SET) == -1) in handleAvailable()
|
/libcore/luni/src/main/native/ |
D | libcore_io_Linux.cpp | 1899 return throwIfMinusOne(env, "lseek", TEMP_FAILURE_RETRY(lseek64(fd, offset, whence))); in Linux_lseek()
|