Searched defs:pwrite (Results 1 – 5 of 5) sorted by relevance
| /libcore/luni/src/main/java/libcore/io/ |
| D | BlockGuardOs.java | 213 …@Override public int pwrite(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoExcepti… in pwrite() method in BlockGuardOs 218 …@Override public int pwrite(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long o… in pwrite() method in BlockGuardOs
|
| D | ForwardingOs.java | 122 …public int pwrite(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, Interr… in pwrite() method in ForwardingOs 123 …public int pwrite(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) thr… in pwrite() method in ForwardingOs
|
| D | Os.java | 115 …public int pwrite(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, Interr… in pwrite() method 116 …public int pwrite(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) thr… in pwrite() method
|
| D | Posix.java | 126 …public int pwrite(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, Interr… in pwrite() method in Posix 133 …public int pwrite(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) thr… in pwrite() method in Posix
|
| /libcore/luni/src/main/java/android/system/ |
| D | Os.java | 349 …public static int pwrite(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException,… in pwrite() method in Os 354 …public static int pwrite(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offs… in pwrite() method in Os
|