Searched refs:preadBytes (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
H A DPosix.java119 bytesRead = preadBytes(fd, buffer, position, buffer.remaining(), offset);
121 bytesRead = preadBytes(fd, NioUtils.unsafeArray(buffer), NioUtils.unsafeArrayOffset(buffer) + position, buffer.remaining(), offset);
129 return preadBytes(fd, bytes, byteOffset, byteCount, offset);
131 private native int preadBytes(FileDescriptor fd, Object buffer, int bufferOffset, int byteCount, long offset) throws ErrnoException, InterruptedIOException; method in class:Posix
/libcore/luni/src/main/native/
H A Dlibcore_io_Posix.cpp1602 NATIVE_METHOD(Posix, preadBytes, "(Ljava/io/FileDescriptor;Ljava/lang/Object;IIJ)I"),

Completed in 49 milliseconds