Home
last modified time | relevance | path

Searched defs:pread (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
DBlockGuardOs.java122 …@Override public int pread(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoExceptio… in pread() method in BlockGuardOs
127 …@Override public int pread(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long of… in pread() method in BlockGuardOs
DForwardingOs.java91 …public int pread(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException { return… in pread() method in ForwardingOs
92 …public int pread(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) thro… in pread() method in ForwardingOs
DOs.java84 public int pread(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException; in pread() method
85 …public int pread(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) thro… in pread() method
DPosix.java85 public int pread(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException { in pread() method in Posix
92 …public int pread(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) thro… in pread() method in Posix