Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/fs/
DLinuxWatchService.java158 private static final int SIZEOF_INOTIFY_EVENT = eventSize(); field in LinuxWatchService.Poller
398 offset += (SIZEOF_INOTIFY_EVENT + len); in run()