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

/openjdk7/jdk/src/windows/native/sun/nio/fs/
H A DWindowsNativeDispatcher.c52 static jfieldID findFirst_attributes; variable
119 findFirst_attributes = (*env)->GetFieldID(env, clazz, "attributes", "I");
347 (*env)->SetIntField(env, obj, findFirst_attributes, data.dwFileAttributes);

Completed in 25 milliseconds