Searched refs:pread64 (Results 1 – 2 of 2) sorted by relevance
/libcore/ojluni/src/main/native/ |
D | FileDispatcherImpl.c | 57 #define pread64 pread macro 82 return convertReturnVal(env, pread64(fd, buf, len, offset), JNI_TRUE); in FileDispatcherImpl_pread0()
|
/libcore/luni/src/main/native/ |
D | libcore_io_Linux.cpp | 2060 …return IO_FAILURE_RETRY(env, ssize_t, pread64, javaFd, bytes.get() + byteOffset, byteCount, offset… in Linux_preadBytes()
|