Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/
H A Dpyinotify.py71 import inotify_syscalls
73 inotify_syscalls = None variable
112 if inotify_syscalls:
148 assert inotify_syscalls
156 fd = inotify_syscalls.inotify_init()
164 wd = inotify_syscalls.inotify_add_watch(fd, pathname, mask)
172 ret = inotify_syscalls.inotify_rm_watch(fd, wd)