Searched refs:WindowsFileStore (Results 1 - 5 of 5) 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;
H A DWindowsFileAttributeViews.java105 if (WindowsFileStore.create(file).type().equals("FAT")) {
H A DWindowsFileSystem.java176 FileStore fs = WindowsFileStore.create(root.toString(), true);
H A DWindowsFileSystemProvider.java400 if (WindowsFileStore.create(file).isReadOnly()) {
482 return WindowsFileStore.create(file);
/openjdk7/jdk/make/java/nio/
H A DMakefile152 sun/nio/fs/WindowsFileStore.java \

Completed in 41 milliseconds