Searched refs:FileOwnerAttributeView (Results 1 – 12 of 12) sorted by relevance
49 public interface FileOwnerAttributeView interface
146 extends FileOwnerAttributeView
144 extends BasicFileAttributeView, FileOwnerAttributeView
163 type == FileOwnerAttributeView.class) in supportsFileAttributeView()180 return supportsFileAttributeView(FileOwnerAttributeView.class); in supportsFileAttributeView()
38 implements FileOwnerAttributeView, DynamicFileAttributeView
297 if (c == PosixFileAttributeView.class || c == FileOwnerAttributeView.class) { in getFileAttributeViewImpl()
127 if (type == FileOwnerAttributeView.class) in getFileAttributeView()
36 import java.nio.file.attribute.FileOwnerAttributeView;169 FileOwnerAttributeView foav = Files.getFileAttributeView(zpath, in test0()170 FileOwnerAttributeView.class); in test0()
52 import java.nio.file.attribute.FileOwnerAttributeView;2075 FileOwnerAttributeView view =2076 getFileAttributeView(path, FileOwnerAttributeView.class, options);2123 FileOwnerAttributeView view =2124 getFileAttributeView(path, FileOwnerAttributeView.class);
534 "ojluni/src/main/java/java/nio/file/attribute/FileOwnerAttributeView.java",
525 …file/attribute/FileOwnerAttributeView.java,jdk21u/jdk-21.0.4-ga,src/java.base/share/classes/java/n…
7795 public interface AclFileAttributeView extends java.nio.file.attribute.FileOwnerAttributeView {7844 public interface FileOwnerAttributeView extends java.nio.file.attribute.FileAttributeView {7865 …nds java.nio.file.attribute.BasicFileAttributeView java.nio.file.attribute.FileOwnerAttributeView {