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

/openjdk9/jdk/src/java.base/windows/native/libnio/ch/
H A DFileChannelImpl.c39 static jfieldID chan_fd; /* id for jobject 'fd' in java.io.FileChannel */ variable
52 chan_fd = (*env)->GetFieldID(env, clazz, "fd", "Ljava/io/FileDescriptor;");
71 jobject fdo = (*env)->GetObjectField(env, this, chan_fd);
/openjdk9/jdk/src/java.base/unix/native/libnio/ch/
H A DFileChannelImpl.c53 static jfieldID chan_fd; /* jobject 'fd' in sun.io.FileChannelImpl */ variable
59 chan_fd = (*env)->GetFieldID(env, clazz, "fd", "Ljava/io/FileDescriptor;");
80 jobject fdo = (*env)->GetObjectField(env, this, chan_fd);

Completed in 43 milliseconds