Searched defs:pread (Results 1 – 4 of 4) sorted by relevance
| /libcore/luni/src/main/java/libcore/io/ |
| D | BlockGuardOs.java | 122 …@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
|
| D | ForwardingOs.java | 91 …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
|
| D | Os.java | 84 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
|
| D | Posix.java | 85 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
|