| /libcore/ojluni/src/main/java/sun/nio/ch/ |
| D | NativeDispatcher.java | 49 int pread(FileDescriptor fd, long address, int len, long position) in pread() method in NativeDispatcher
|
| D | FileDispatcherImpl.java | 48 int pread(FileDescriptor fd, long address, int len, long position) in pread() method in FileDispatcherImpl
|
| /libcore/luni/src/main/java/libcore/io/ |
| D | BlockGuardOs.java | 224 …@Override public int pread(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoExceptio… in pread() method in BlockGuardOs 229 …@Override public int pread(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long of… in pread() method in BlockGuardOs
|
| D | Os.java | 127 …public int pread(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, Interru… in pread() method 128 …public int pread(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) thro… in pread() method
|
| D | ForwardingOs.java | 140 …public int pread(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, Interru… in pread() method in ForwardingOs 141 …public int pread(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) thro… in pread() method in ForwardingOs
|
| D | Linux.java | 131 …public int pread(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, Interru… in pread() method in Linux 144 …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/ |
| D | Os.java | 385 …public static int pread(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, … in pread() method in Os 390 …public static int pread(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offse… in pread() method in Os
|