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

/openjdk7/jdk/src/windows/native/sun/nio/ch/
H A DFileChannelImpl.c35 static jfieldID chan_fd; /* id for jobject 'fd' in java.io.FileChannel */ variable
48 chan_fd = (*env)->GetFieldID(env, clazz, "fd", "Ljava/io/FileDescriptor;");
67 jobject fdo = (*env)->GetObjectField(env, this, chan_fd);
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DFileChannelImpl.c51 static jfieldID chan_fd; /* jobject 'fd' in sun.io.FileChannelImpl */ variable
57 chan_fd = (*env)->GetFieldID(env, clazz, "fd", "Ljava/io/FileDescriptor;");
78 jobject fdo = (*env)->GetObjectField(env, this, chan_fd);

Completed in 30 milliseconds