Searched refs:pread64 (Results 1 – 3 of 3) 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()
|
D | zip_util.c | 196 return pread64(zfd, buf, nbytes, offset); in ZFILE_read()
|
/libcore/luni/src/main/native/ |
D | libcore_io_Linux.cpp | 2114 …return IO_FAILURE_RETRY(env, ssize_t, pread64, javaFd, bytes.get() + byteOffset, byteCount, offset… in Linux_preadBytes()
|