Searched refs:supportsFileSecurity (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/management/
H A DFileSystem.java61 public abstract boolean supportsFileSecurity(File f) throws IOException; method in class:FileSystem
/openjdk7/jdk/src/solaris/classes/sun/management/
H A DFileSystemImpl.java36 public boolean supportsFileSecurity(File f) throws IOException { method in class:FileSystemImpl
/openjdk7/jdk/src/windows/classes/sun/management/
H A DFileSystemImpl.java36 public boolean supportsFileSecurity(File f) throws IOException { method in class:FileSystemImpl
/openjdk7/jdk/src/share/classes/sun/management/jmxremote/
H A DConnectorBootstrap.java558 if (fs.supportsFileSecurity(file)) {
600 if (fs.supportsFileSecurity(file)) {
/openjdk7/jdk/src/share/classes/sun/management/snmp/
H A DAdaptorBootstrap.java343 if (fs.supportsFileSecurity(file)) {

Completed in 33 milliseconds