Searched refs:FileOwnerAttributeView (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jdk/src/share/classes/java/nio/file/attribute/
H A DFileOwnerAttributeView.java49 public interface FileOwnerAttributeView interface in inherits:FileAttributeView
H A DAclFileAttributeView.java48 * <p> This class also extends {@code FileOwnerAttributeView} so as to define
141 extends FileOwnerAttributeView
H A DPosixFileAttributeView.java74 * BasicFileAttributeView} and {@link FileOwnerAttributeView}, and in addition,
139 extends BasicFileAttributeView, FileOwnerAttributeView
/openjdk7/jdk/src/share/classes/sun/nio/fs/
H A DFileOwnerAttributeViewImpl.java33 * An implementation of FileOwnerAttributeView that delegates to a given
38 implements FileOwnerAttributeView, DynamicFileAttributeView
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileStore.java177 if (type == AclFileAttributeView.class || type == FileOwnerAttributeView.class)
191 return supportsFileAttributeView(FileOwnerAttributeView.class);
H A DWindowsFileSystemProvider.java169 if (view == FileOwnerAttributeView.class)
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixFileStore.java160 type == FileOwnerAttributeView.class)
177 return supportsFileAttributeView(FileOwnerAttributeView.class);
H A DUnixFileSystemProvider.java121 if (type == FileOwnerAttributeView.class)
H A DUnixSecureDirectoryStream.java281 if (c == PosixFileAttributeView.class || c == FileOwnerAttributeView.class) {
/openjdk7/jdk/src/share/classes/java/nio/file/
H A DFiles.java1998 * supports {@link FileOwnerAttributeView}. This file attribute view provides
2010 * FileOwnerAttributeView}
2020 FileOwnerAttributeView view =
2021 getFileAttributeView(path, FileOwnerAttributeView.class, options);
2031 * supports {@link FileOwnerAttributeView}. This file attribute view provides
2051 * FileOwnerAttributeView}
2066 FileOwnerAttributeView view =
2067 getFileAttributeView(path, FileOwnerAttributeView.class);
/openjdk7/jdk/test/java/nio/file/Files/
H A DCheckPermissions.java612 // -- FileOwnerAttributeView --
615 FileOwnerAttributeView view =
616 getFileAttributeView(file, FileOwnerAttributeView.class);
618 getFileStore(file).supportsFileAttributeView(FileOwnerAttributeView.class))
631 System.out.println("FileOwnerAttributeView not tested");
/openjdk7/jdk/make/java/nio/
H A DFILES_java.gmk138 java/nio/file/attribute/FileOwnerAttributeView.java \

Completed in 50 milliseconds