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

/openjdk7/jdk/src/share/classes/sun/awt/shell/
H A DShellFolderManager.java100 public boolean isFileSystemRoot(File dir) { method in class:ShellFolderManager
H A DShellFolder.java268 public static boolean isFileSystemRoot(File dir) { method in class:ShellFolder
269 return shellFolderManager.isFileSystemRoot(dir);
370 return (!isFileSystem() || isFileSystemRoot(this) || super.exists()) ;
478 if (isFileSystemRoot(file)) {
/openjdk7/jdk/src/share/classes/javax/swing/filechooser/
H A DFileSystemView.java134 * @see #isFileSystemRoot
184 (useSystemExtensionHiding || !isFileSystem(f) || isFileSystemRoot(f)) &&
347 public boolean isFileSystemRoot(File dir) { method in class:FileSystemView
348 return ShellFolder.isFileSystemRoot(dir);
404 if (isFileSystemRoot(roots[i])) {
430 if (isFileSystemRoot(f)) {
452 if (isFileSystemRoot(f)) {
486 if (isFileSystemRoot(f)) {
556 if (!(f instanceof ShellFolder) && !(f instanceof FileSystemRoot) && isFileSystemRoot(f)) {
640 public boolean isFileSystemRoot(Fil method in class:UnixFileSystemView
[all...]
/openjdk7/jdk/src/windows/classes/sun/awt/shell/
H A DWin32ShellFolderManager2.java390 public boolean isFileSystemRoot(File dir) { method in class:Win32ShellFolderManager2

Completed in 33 milliseconds