Searched refs:preadBytes (Results 1 – 2 of 2) sorted by relevance
/libcore/luni/src/main/java/libcore/io/ |
D | Linux.java | 143 bytesRead = preadBytes(fd, buffer, position, buffer.remaining(), offset); in pread() 145 …bytesRead = preadBytes(fd, NioUtils.unsafeArray(buffer), NioUtils.unsafeArrayOffset(buffer) + posi… in pread() 153 return preadBytes(fd, bytes, byteOffset, byteCount, offset); in pread() 155 …private native int preadBytes(FileDescriptor fd, Object buffer, int bufferOffset, int byteCount, l… in preadBytes() method in Linux
|
/libcore/luni/src/main/native/ |
D | libcore_io_Linux.cpp | 2669 NATIVE_METHOD(Linux, preadBytes, "(Ljava/io/FileDescriptor;Ljava/lang/Object;IIJ)I"),
|