Searched refs:writeInternal (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/native/java/io/
H A Dio_util_md.c505 static size_t writeInternal(jlong fd, const void *buf, jint len, jboolean append) function
535 return writeInternal(fd, buf, len, JNI_FALSE);
540 return writeInternal(fd, buf, len, JNI_TRUE);
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DFileChannelImpl.java720 return writeInternal(src, position);
723 return writeInternal(src, position);
727 private int writeInternal(ByteBuffer src, long position) throws IOException { method in class:FileChannelImpl

Completed in 50 milliseconds