/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | NativeDispatcher.java | 61 int pwrite(FileDescriptor fd, long address, int len, long position) in pwrite() method in NativeDispatcher
|
D | FileDispatcherImpl.java | 76 int pwrite(FileDescriptor fd, long address, int len, long position) in pwrite() method in FileDispatcherImpl
|
/libcore/luni/src/main/java/libcore/io/ |
D | BlockGuardOs.java | 285 …@Override public int pwrite(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoExcepti… in pwrite() method in BlockGuardOs 291 …@Override public int pwrite(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long o… in pwrite() method in BlockGuardOs
|
D | Os.java | 146 …public int pwrite(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, Interr… in pwrite() method 147 …public int pwrite(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) thr… in pwrite() method
|
D | ForwardingOs.java | 173 …public int pwrite(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, Interr… in pwrite() method in ForwardingOs 174 …public int pwrite(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) thr… in pwrite() method in ForwardingOs
|
D | Linux.java | 156 …public int pwrite(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, Interr… in pwrite() method in Linux 169 …public int pwrite(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) thr… in pwrite() method in Linux
|
/libcore/luni/src/main/java/android/system/ |
D | Os.java | 455 …public static int pwrite(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException,… in pwrite() method in Os 460 …public static int pwrite(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offs… in pwrite() method in Os
|