Home
last modified time | relevance | path

Searched refs:pwrite (Results 1 – 11 of 11) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DNativeDispatcher.java61 int pwrite(FileDescriptor fd, long address, int len, long position) in pwrite() method in NativeDispatcher
DFileDispatcherImpl.java72 int pwrite(FileDescriptor fd, long address, int len, long position) in pwrite() method in FileDispatcherImpl
DIOUtil.java89 written = nd.pwrite(fd, in writeFromNativeBuffer()
/libcore/luni/src/main/java/libcore/io/
DBlockGuardOs.java305 …@Override public int pwrite(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoExcepti… in pwrite() method in BlockGuardOs
307 return super.pwrite(fd, buffer, offset); in pwrite()
311 …@Override public int pwrite(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long o… in pwrite() method in BlockGuardOs
313 return super.pwrite(fd, bytes, byteOffset, byteCount, offset); in pwrite()
DForwardingOs.java598 …public int pwrite(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, Interr… in pwrite() method in ForwardingOs
603 …t pwrite(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) throws Errno… in pwrite() method in ForwardingOs
DOs.java502 …public int pwrite(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, Interr… in pwrite() method
507 …public int pwrite(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) thr… in pwrite() method
DLinux.java157 …public int pwrite(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, Interr… in pwrite() method in Linux
170 …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/
DOs.java556 …static int pwrite(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, Interr… in pwrite() method in Os
561pwrite(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) throws ErrnoEx… in pwrite() method in Os
/libcore/ojluni/src/main/native/
DFileDispatcherImpl.c58 #define pwrite64 pwrite
/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java289 written = Os.pwrite(fd, byteBuffer, 64 /* offset */); in test_byteBufferPositions_write_pwrite()
294 written = Os.pwrite(fd, byteBuffer, 64 /* offset */); in test_byteBufferPositions_write_pwrite()
/libcore/api/
Dcurrent.txt100 …method public static int pwrite(java.io.FileDescriptor, java.nio.ByteBuffer, long) throws android.…
101 …method public static int pwrite(java.io.FileDescriptor, byte[], int, int, long) throws android.sys…