Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DFileChannelImpl.c61 static jfieldID chan_fd; /* jobject 'fd' in sun.io.FileChannelImpl */ variable
67 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()