Searched refs:setAcl (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/java/nio/file/attribute/
H A DAclFileAttributeView.java40 * #setAcl(List) setAcl} methods to read and write ACLs based on the ACL
90 * view.setAcl(acl);
118 * update the ACL or owner attributes as if by invoking the {@link #setAcl setAcl}
158 * existing ACL. The {@link #setAcl setAcl} method is used to update
208 void setAcl(List<AclEntry> acl) throws IOException; method in interface:AclFileAttributeView
/openjdk7/jdk/src/share/classes/sun/nio/fs/
H A DAbstractAclFileAttributeView.java57 setAcl((List<AclEntry>)value);
/openjdk7/jdk/test/java/nio/file/attribute/AclFileAttributeView/
H A DBasic.java71 view.setAcl(acl);
91 view.setAcl(acl);
/openjdk7/jdk/src/share/sample/nio/file/
H A DAclEdit.java276 view.setAcl(acl);
287 view.setAcl(acl);
300 view.setAcl(acl);
/openjdk7/jdk/test/java/nio/file/Files/
H A DMisc.java314 view.setAcl(acl);
321 view.setAcl(acl);
H A DCheckPermissions.java689 view.setAcl(acl);
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsAclFileAttributeView.java211 public void setAcl(List<AclEntry> acl) throws IOException { method in class:WindowsAclFileAttributeView
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DSolarisAclFileAttributeView.java336 public void setAcl(List<AclEntry> acl) throws IOException { method in class:SolarisAclFileAttributeView

Completed in 837 milliseconds