Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/fs/
DLinuxWatchService.java267 wd = inotifyAddWatch(ifd, buffer.address(), mask); in implRegister()
474 private static native int inotifyAddWatch(int fd, long pathAddress, int mask) in inotifyAddWatch() method in LinuxWatchService