Home
last modified time | relevance | path

Searched refs:wdToKey (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/fs/
DLinuxWatchService.java187 private final Map<Integer,LinuxWatchKey> wdToKey; field in LinuxWatchService.Poller
200 this.wdToKey = new HashMap<Integer,LinuxWatchKey>(); in Poller()
279 LinuxWatchKey key = wdToKey.get(wd); in implRegister()
282 wdToKey.put(wd, key); in implRegister()
292 wdToKey.remove(key.descriptor()); in implCancelKey()
303 for (Map.Entry<Integer,LinuxWatchKey> entry: wdToKey.entrySet()) { in implCloseAll()
306 wdToKey.clear(); in implCloseAll()
432 for (Map.Entry<Integer,LinuxWatchKey> entry: wdToKey.entrySet()) { in processEvent()
440 LinuxWatchKey key = wdToKey.get(wd); in processEvent()
446 wdToKey.remove(wd); in processEvent()