Searched refs:chan_fd (Results 1 – 1 of 1) sorted by relevance
61 static jfieldID chan_fd; /* jobject 'fd' in sun.io.FileChannelImpl */ variable67 chan_fd = (*env)->GetFieldID(env, clazz, "fd", "Ljava/io/FileDescriptor;"); in FileChannelImpl_initIDs()88 jobject fdo = (*env)->GetObjectField(env, this, chan_fd); in FileChannelImpl_map0()