Searched defs:entry_fstype (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DBsdNativeDispatcher.c47 static jfieldID entry_fstype; variable
80 entry_fstype = (*env)->GetFieldID(env, clazz, "fstype", "[B");
182 (*env)->SetObjectField(env, entry, entry_fstype, bytes);
H A DSolarisNativeDispatcher.c43 static jfieldID entry_fstype; variable
63 entry_fstype = (*env)->GetFieldID(env, clazz, "fstype", "[B");
127 (*env)->SetObjectField(env, entry, entry_fstype, bytes);
H A DLinuxNativeDispatcher.c51 static jfieldID entry_fstype; variable
76 entry_fstype = (*env)->GetFieldID(env, clazz, "fstype", "[B");
212 (*env)->SetObjectField(env, entry, entry_fstype, bytes);
H A DUnixNativeDispatcher.c104 static jfieldID entry_fstype; variable
205 entry_fstype = (*env)->GetFieldID(env, clazz, "fstype", "[B");

Completed in 35 milliseconds