Searched defs:tokenInfoLength (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsNativeDispatcher.java832 long pTokenInfo, int tokenInfoLength) throws WindowsException;
831 GetTokenInformation(long token, int tokenInfoClass, long pTokenInfo, int tokenInfoLength) argument
/openjdk7/jdk/src/windows/native/sun/nio/fs/
H A DWindowsNativeDispatcher.c987 jclass this, jlong token, jint tokenInfoClass, jlong tokenInfo, jint tokenInfoLength)
995 tokenInfoLength, &lengthNeeded);
1004 return tokenInfoLength;
986 Java_sun_nio_fs_WindowsNativeDispatcher_GetTokenInformation(JNIEnv* env, jclass this, jlong token, jint tokenInfoClass, jlong tokenInfo, jint tokenInfoLength) argument

Completed in 39 milliseconds