Searched defs:wd (Results 1 – 2 of 2) sorted by relevance
109 private volatile int wd; field in LinuxWatchService.LinuxWatchKey111 LinuxWatchKey(UnixPath dir, LinuxWatchService watcher, int ifd, int wd) { in LinuxWatchKey()262 int wd = -1; in implRegister() local365 int wd = unsafe.getInt(event + OFFSETOF_WD); in run() local429 private void processEvent(int wd, int mask, final UnixPath name) { in processEvent()477 private static native void inotifyRmWatch(int fd, int wd) in inotifyRmWatch()
102 (JNIEnv* env, jclass clazz, jint fd, jint wd) in Java_sun_nio_fs_LinuxWatchService_inotifyRmWatch()