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

/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DCustomFilter.java38 import org.openide.filesystems.Repository;
39 import org.openide.filesystems.FileSystem;
40 import org.openide.filesystems.FileObject;
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/
H A DFilterTopComponent.java78 import org.openide.filesystems.FileLock;
82 import org.openide.filesystems.Repository;
83 import org.openide.filesystems.FileSystem;
84 import org.openide.filesystems.FileObject;
604 fo = org.openide.filesystems.Repository.getDefault().getDefaultFileSystem().getRoot().getFileObject(FOLDER_ID).createData(cf.getName());
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipFileSystemProvider.java65 private final Map<Path, ZipFileSystem> filesystems = new HashMap<>(); field in class:ZipFileSystemProvider
108 synchronized(filesystems) {
112 if (filesystems.containsKey(realPath))
125 filesystems.put(realPath, zipfs);
163 synchronized (filesystems) {
166 zipfs = filesystems.get(uriToPath(uri).toRealPath());
321 synchronized (filesystems) {
323 if (filesystems.get(zfpath) == zfs)
324 filesystems.remove(zfpath);
/systemd/test/
H A Dtest-functions142 Description=Relabel all filesystems

Completed in 30 milliseconds