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

/openjdk9/jdk/src/java.base/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 {
99 private static WindowsFileStore createFromPath(String target) throws WindowsException {
101 return new WindowsFileStore(root);
208 if (!(ob instanceof WindowsFileStore))
210 WindowsFileStore other = (WindowsFileStore)o
[all...]
H A DWindowsFileAttributeViews.java105 if (WindowsFileStore.create(file).type().equals("FAT")) {
H A DWindowsFileSystem.java150 FileStore fs = WindowsFileStore.create(root.toString(), true);
H A DWindowsFileSystemProvider.java401 if (WindowsFileStore.create(file).isReadOnly()) {
483 return WindowsFileStore.create(file);

Completed in 41 milliseconds