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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsWatchService.java95 private boolean watchSubtree; field in class:WindowsWatchService.WindowsWatchKey
119 boolean watchSubtree,
127 this.watchSubtree = watchSubtree;
147 boolean watchSubtree() { method in class:WindowsWatchService.WindowsWatchKey
148 return watchSubtree;
319 boolean watchSubtree = false;
324 watchSubtree = true;
368 if (existing != null && watchSubtree == existing.watchSubtree()) {
117 init(long handle, Set<? extends WatchEvent.Kind<?>> events, boolean watchSubtree, NativeBuffer buffer, long countAddress, long overlappedAddress, int completionKey) argument
[all...]

Completed in 29 milliseconds