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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsSecurityDescriptor.java135 size += GetLengthSid(pSid) +
H A DWindowsNativeDispatcher.java739 * DWORD GetLengthSid(
743 static native int GetLengthSid(long sidAddress); method in class:WindowsNativeDispatcher
/openjdk7/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp822 DWORD nbytes = GetLengthSid(token_buf->User.Sid);
912 newACLsize += GetLengthSid(aces[i].pSid);
/openjdk7/jdk/src/windows/native/sun/nio/fs/
H A DWindowsNativeDispatcher.c883 return (jint)GetLengthSid(sid);

Completed in 44 milliseconds