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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileStore.java39 class WindowsFileStore class in inherits:FileStore
47 private WindowsFileStore(String root) throws WindowsException { method in class:WindowsFileStore
63 static WindowsFileStore create(String root, boolean ignoreNotReady)
67 return new WindowsFileStore(root);
76 static WindowsFileStore create(WindowsPath file) throws IOException {
90 return new WindowsFileStore(root);
201 if (!(ob instanceof WindowsFileStore))
203 WindowsFileStore other = (WindowsFileStore)ob;

Completed in 29 milliseconds