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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsAclFileAttributeView.java54 private static final short SIZEOF_SECURITY_DESCRIPTOR = 20; field in class:WindowsAclFileAttributeView
186 NativeBuffer buffer = NativeBuffers.getNativeBuffer(SIZEOF_SECURITY_DESCRIPTOR);
H A DWindowsSecurityDescriptor.java85 private static final short SIZEOF_SECURITY_DESCRIPTOR = 20; field in class:WindowsSecurityDescriptor
146 sdBuffer = NativeBuffers.getNativeBuffer(SIZEOF_SECURITY_DESCRIPTOR);

Completed in 197 milliseconds