Searched defs:pwrite (Results 1 – 4 of 4) sorted by relevance
| /libcore/luni/src/main/java/libcore/io/ |
| D | BlockGuardOs.java | 132 …@Override public int pwrite(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoExcepti… in pwrite() method in BlockGuardOs 137 …@Override public int pwrite(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long o… in pwrite() method in BlockGuardOs
|
| D | Os.java | 95 public int pwrite(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException; in pwrite() method 96 …public int pwrite(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) thr… in pwrite() method
|
| D | ForwardingOs.java | 102 …public int pwrite(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException { retur… in pwrite() method in ForwardingOs 103 …public int pwrite(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) thr… in pwrite() method in ForwardingOs
|
| D | Posix.java | 106 public int pwrite(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException { in pwrite() method in Posix 113 …public int pwrite(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) thr… in pwrite() method in Posix
|