Searched refs:setOwner (Results 1 – 9 of 9) sorted by relevance
65 setOwner((UserPrincipal)value); in setAttribute()96 public void setOwner(UserPrincipal owner) in setOwner() method in FileOwnerAttributeViewImpl100 ((PosixFileAttributeView)view).setOwner(owner); in setOwner()102 ((AclFileAttributeView)view).setOwner(owner); in setOwner()
85 void setOwner(Object owner) { in setOwner() method in NativeBuffer
79 buffer.setOwner(null); in getNativeBuffer()
175 setOwner((UserPrincipal)value); in setAttribute()264 public void setOwner(UserPrincipal owner) in setOwner() method in UnixFileAttributeViews.Posix
51 buffer.setOwner(path); in copyToNativeBuffer()
552 public void setOwner(UserPrincipal owner) in setOwner() method in UnixSecureDirectoryStream.PosixFileAttributeViewImpl
100 void setOwner(UserPrincipal owner) throws IOException; in setOwner() method
256 view.setOwner(attrs.owner()); in ownerTests()339 view.setOwner(null); in exceptionsTests()
2120 public static Path setOwner(Path path, UserPrincipal owner)2127 view.setOwner(owner);