Home
last modified time | relevance | path

Searched refs:pread (Results 1 – 11 of 11) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DNativeDispatcher.java49 int pread(FileDescriptor fd, long address, int len, long position) in pread() method in NativeDispatcher
DFileDispatcherImpl.java52 int pread(FileDescriptor fd, long address, int len, long position) in pread() method in FileDispatcherImpl
DIOUtil.java220 n = nd.pread(fd, ((DirectBuffer)bb).address() + pos, in readIntoNativeBuffer()
/libcore/luni/src/main/java/libcore/io/
DBlockGuardOs.java293 …@Override public int pread(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoExceptio… in pread() method in BlockGuardOs
295 return super.pread(fd, buffer, offset); in pread()
299 …@Override public int pread(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long of… in pread() method in BlockGuardOs
301 return super.pread(fd, bytes, byteOffset, byteCount, offset); in pread()
DForwardingOs.java588 …public int pread(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, Interru… in pread() method in ForwardingOs
593 …nt pread(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) throws Errno… in pread() method in ForwardingOs
DOs.java492 …public int pread(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, Interru… in pread() method
497 …public int pread(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) thro… in pread() method
DLinux.java139 …public int pread(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, Interru… in pread() method in Linux
152 …public int pread(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) thro… in pread() method in Linux
/libcore/luni/src/main/java/android/system/
DOs.java546 … static int pread(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, Interr… in pread() method in Os
551pread(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) throws ErrnoExc… in pread() method in Os
/libcore/ojluni/src/main/native/
DFileDispatcherImpl.c57 #define pread64 pread
/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java318 read = Os.pread(fd, byteBuffer, 64 /* offset */); in test_byteBufferPositions_read_pread()
323 read = Os.pread(fd, byteBuffer, 64 /* offset */); in test_byteBufferPositions_read_pread()
/libcore/api/
Dcurrent.txt98 …method public static int pread(java.io.FileDescriptor, java.nio.ByteBuffer, long) throws android.s…
99 …method public static int pread(java.io.FileDescriptor, byte[], int, int, long) throws android.syst…