Searched refs:writeImpl (Results 1 - 4 of 4) sorted by relevance

/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/platform/
H A DOSFileSystem.java121 private native long writeImpl(int fileDescriptor, byte[] bytes, method in class:OSFileSystem
129 return writeImpl(fileDescriptor, bytes, offset, length);
/dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/
H A DDatagramChannelImpl.java562 result = writeImpl(writeBuffer);
595 int result = writeImpl(writeBuf);
611 private int writeImpl(ByteBuffer buf) throws IOException { method in class:DatagramChannelImpl
H A DFileChannelImpl.java529 bytesWritten = writeImpl(buffer);
539 return writeImpl(buffer);
542 private int writeImpl(ByteBuffer buffer) throws IOException { method in class:FileChannelImpl
H A DSocketChannelImpl.java491 return writeImpl(source);
518 int result = writeImpl(writeBuf);
543 private int writeImpl(ByteBuffer source) throws IOException { method in class:SocketChannelImpl

Completed in 63 milliseconds