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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsNativeDispatcher.java542 int requestedInformation,
548 return GetFileSecurity0(buffer.address(), requestedInformation,
555 int requestedInformation,
541 GetFileSecurity(String path, int requestedInformation, long pSecurityDescriptor, int nLength) argument
554 GetFileSecurity0(long lpFileName, int requestedInformation, long pSecurityDescriptor, int nLength) argument
/openjdk7/jdk/src/windows/native/sun/nio/fs/
H A DWindowsNativeDispatcher.c674 jlong pathAddress, jint requestedInformation, jlong descAddress)
681 (SECURITY_INFORMATION)requestedInformation,
691 jlong pathAddress, jint requestedInformation, jlong descAddress, jint nLength)
698 (SECURITY_INFORMATION)requestedInformation,
673 Java_sun_nio_fs_WindowsNativeDispatcher_SetFileSecurity0(JNIEnv* env, jclass this, jlong pathAddress, jint requestedInformation, jlong descAddress) argument
690 Java_sun_nio_fs_WindowsNativeDispatcher_GetFileSecurity0(JNIEnv* env, jclass this, jlong pathAddress, jint requestedInformation, jlong descAddress, jint nLength) argument

Completed in 51 milliseconds