Searched refs:fromSid (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsUserPrincipals.java101 static UserPrincipal fromSid(long sidAddress) throws IOException { method in class:WindowsUserPrincipals
162 return fromSid(sidBuffer.address());
H A DWindowsAclFileAttributeView.java127 return WindowsUserPrincipals.fromSid(sidAddress);
H A DWindowsSecurityDescriptor.java261 UserPrincipal user = WindowsUserPrincipals.fromSid(sidAddress);

Completed in 40 milliseconds