Home
last modified time | relevance | path

Searched defs:pread (Results 1 – 7 of 7) 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.java49 int pread(FileDescriptor fd, long address, int len, long position) in pread() method in FileDispatcherImpl
/libcore/luni/src/main/java/libcore/io/
DBlockGuardOs.java204 …@Override public int pread(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoExceptio… in pread() method in BlockGuardOs
209 …@Override public int pread(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long of… in pread() method in BlockGuardOs
DOs.java117 …public int pread(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, Interru… in pread() method
118 …public int pread(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) thro… in pread() method
DForwardingOs.java124 …public int pread(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, Interru… in pread() method in ForwardingOs
125 …public int pread(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) thro… in pread() method in ForwardingOs
DPosix.java118 …public int pread(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, Interru… in pread() method in Posix
131 …public int pread(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) thro… in pread() method in Posix
/libcore/luni/src/main/java/android/system/
DOs.java348 …public static int pread(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, … in pread() method in Os
353 …public static int pread(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offse… in pread() method in Os