Searched defs:UnixFileStore (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixFileStore.java40 abstract class UnixFileStore class in inherits:FileStore
62 UnixFileStore(UnixPath file) throws IOException { method in class:UnixFileStore
68 UnixFileStore(UnixFileSystem fs, UnixMountEntry entry) throws IOException { method in class:UnixFileStore
185 if (!(ob instanceof UnixFileStore))
187 UnixFileStore other = (UnixFileStore)ob;

Completed in 31 milliseconds