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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsSecurityDescriptor.java42 class WindowsSecurityDescriptor { class
93 private static final WindowsSecurityDescriptor NULL_DESCRIPTOR =
94 new WindowsSecurityDescriptor();
103 private WindowsSecurityDescriptor() { method in class:WindowsSecurityDescriptor
112 private WindowsSecurityDescriptor(List<AclEntry> acl) throws IOException { method in class:WindowsSecurityDescriptor
332 static WindowsSecurityDescriptor create(List<AclEntry> acl)
335 return new WindowsSecurityDescriptor(acl);
344 static WindowsSecurityDescriptor fromAttribute(FileAttribute<?>... attrs)
347 WindowsSecurityDescriptor sd = NULL_DESCRIPTOR;
356 sd = new WindowsSecurityDescriptor(ac
[all...]
H A DWindowsAclFileAttributeView.java150 return WindowsSecurityDescriptor.getAcl(buffer.address());
217 WindowsSecurityDescriptor sd = WindowsSecurityDescriptor.create(acl);
H A DWindowsFileSystemProvider.java107 WindowsSecurityDescriptor sd = WindowsSecurityDescriptor.fromAttribute(attrs);
136 WindowsSecurityDescriptor sd =
137 WindowsSecurityDescriptor.fromAttribute(attrs);
221 WindowsSecurityDescriptor sd =
222 WindowsSecurityDescriptor.fromAttribute(attrs);
492 WindowsSecurityDescriptor sd = WindowsSecurityDescriptor.fromAttribute(attrs);
527 WindowsSecurityDescriptor.fromAttribute(attrs); // may throw NPE or UOE
/openjdk7/jdk/make/java/nio/
H A DMakefile162 sun/nio/fs/WindowsSecurityDescriptor.java \

Completed in 27 milliseconds