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

/libcore/ojluni/src/main/java/sun/nio/fs/
H A DLinuxWatchService.java56 class LinuxWatchService class in inherits:AbstractWatchService
64 LinuxWatchService(UnixFileSystem fs) throws IOException { method in class:LinuxWatchService
117 LinuxWatchKey(UnixPath dir, LinuxWatchService watcher, int ifd, int wd) {
147 ((LinuxWatchService)watcher()).poller.cancel(this);
186 private final LinuxWatchService watcher;
200 Poller(UnixFileSystem fs, LinuxWatchService watcher, int ifd, int[] sp) {

Completed in 111 milliseconds