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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsSecurityDescriptor.java98 private final NativeBuffer aclBuffer, sdBuffer; field in class:WindowsSecurityDescriptor
105 this.aclBuffer = null;
145 aclBuffer = NativeBuffers.getNativeBuffer(size);
148 InitializeAcl(aclBuffer.address(), size);
156 encode(entry, pSid, aclBuffer.address());
166 SetSecurityDescriptorDacl(sdBuffer.address(), aclBuffer.address());
183 if (aclBuffer != null)
184 aclBuffer.release();

Completed in 53 milliseconds