Searched refs:ifd (Results 1 – 2 of 2) sorted by relevance
60 int ifd = - 1; in LinuxWatchService() local62 ifd = inotifyInit(); in LinuxWatchService()74 configureBlocking(ifd, false); in LinuxWatchService()78 UnixNativeDispatcher.close(ifd); in LinuxWatchService()82 this.poller = new Poller(fs, this, ifd, sp); in LinuxWatchService()107 private final int ifd; field in LinuxWatchService.LinuxWatchKey111 LinuxWatchKey(UnixPath dir, LinuxWatchService watcher, int ifd, int wd) { in LinuxWatchKey() argument113 this.ifd = ifd; in LinuxWatchKey()124 inotifyRmWatch(ifd, wd); in invalidate()183 private final int ifd; field in LinuxWatchService.Poller[all …]
81 int ifd = inotify_init(); in Java_sun_nio_fs_LinuxWatchService_inotifyInit() local82 if (ifd == -1) { in Java_sun_nio_fs_LinuxWatchService_inotifyInit()85 return (jint)ifd; in Java_sun_nio_fs_LinuxWatchService_inotifyInit()