Searched refs:entry_options (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DSolarisNativeDispatcher.c44 static jfieldID entry_options; variable
64 entry_options = (*env)->GetFieldID(env, clazz, "opts", "[B");
134 (*env)->SetObjectField(env, entry, entry_options, bytes);
H A DBsdNativeDispatcher.c48 static jfieldID entry_options; variable
81 entry_options = (*env)->GetFieldID(env, clazz, "opts", "[B");
189 (*env)->SetObjectField(env, entry, entry_options, bytes);
H A DLinuxNativeDispatcher.c52 static jfieldID entry_options; variable
77 entry_options = (*env)->GetFieldID(env, clazz, "opts", "[B");
219 (*env)->SetObjectField(env, entry, entry_options, bytes);
H A DUnixNativeDispatcher.c105 static jfieldID entry_options; variable
206 entry_options = (*env)->GetFieldID(env, clazz, "opts", "[B");

Completed in 39 milliseconds