Searched refs:FileKey (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DFileKey.java34 public class FileKey { class
39 private FileKey() { } method in class:FileKey
41 public static FileKey create(FileDescriptor fd) {
42 FileKey fk = new FileKey();
59 if (!(obj instanceof FileKey))
61 FileKey other = (FileKey)obj;
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DFileKey.java34 public class FileKey { class
40 private FileKey() { } method in class:FileKey
42 public static FileKey create(FileDescriptor fd) {
43 FileKey fk = new FileKey();
61 if (!(obj instanceof FileKey))
63 FileKey other = (FileKey)obj;
/openjdk7/jdk/make/java/nio/
H A DFILES_c.gmk31 FileKey.c \
H A DExportedfiles.gmk37 sun/nio/ch/FileKey.java \
H A DFILES_java.gmk180 sun/nio/ch/FileKey.java \
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsWatchService.java86 private FileKey fileKey;
111 FileKey fileKey)
163 FileKey fileKey() {
201 private static class FileKey { class in class:WindowsWatchService
206 FileKey(int volSerialNumber, int fileIndexHigh, int fileIndexLow) { method in class:WindowsWatchService.FileKey
221 if (!(obj instanceof FileKey))
223 FileKey other = (FileKey)obj;
281 private final Map<FileKey,WindowsWatchKey> fk2key;
291 this.fk2key = new HashMap<FileKey,WindowsWatchKe
[all...]
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DFileLockTable.java89 private FileKey fileKey;
93 FileKey key) {
98 FileKey fileKey() {
103 // The system-wide map is a ConcurrentHashMap that is keyed on the FileKey.
106 private static ConcurrentHashMap<FileKey, List<FileLockReference>> lockMap =
107 new ConcurrentHashMap<FileKey, List<FileLockReference>>();
116 private final FileKey fileKey;
120 this.fileKey = FileKey.create(fd);
165 private void removeKeyIfEmpty(FileKey fk, List<FileLockReference> list) {
263 FileKey f
[all...]

Completed in 52 milliseconds