Searched defs:pread (Results 1 – 5 of 5) sorted by relevance
| /libcore/luni/src/main/java/libcore/io/ |
| D | BlockGuardOs.java | 203 …@Override public int pread(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoExceptio… in pread() method in BlockGuardOs 208 …@Override public int pread(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long of… in pread() method in BlockGuardOs
|
| D | ForwardingOs.java | 120 …public int pread(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, Interru… in pread() method in ForwardingOs 121 …public int pread(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) thro… in pread() method in ForwardingOs
|
| D | Os.java | 113 …public int pread(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, Interru… in pread() method 114 …public int pread(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) thro… in pread() method
|
| D | Posix.java | 114 …public int pread(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, Interru… in pread() method in Posix 121 …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/ |
| D | Os.java | 339 …public static int pread(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, … in pread() method in Os 344 …public static int pread(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offse… in pread() method in Os
|