Home
last modified time | relevance | path

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

/external/selinux/policycoreutils/restorecond/
Dutmpwatcher.c48 unsigned int utmpwatcher_handle(int inotify_fd, int wd) in utmpwatcher_handle() argument
68 inotify_rm_watch(inotify_fd, utmp_wd); in utmpwatcher_handle()
71 inotify_add_watch(inotify_fd, utmp_path, IN_MOVED_FROM | IN_MODIFY); in utmpwatcher_handle()
82 static void watch_file(int inotify_fd, const char *file) in watch_file() argument
92 watch_list_add(inotify_fd, path); in watch_file()
99 void utmpwatcher_add(int inotify_fd, const char *path) in utmpwatcher_add() argument
102 utmpwatcher_handle(inotify_fd, utmp_wd); in utmpwatcher_add()
104 watch_file(inotify_fd, path); in utmpwatcher_add()
Dutmpwatcher.h26 unsigned int utmpwatcher_handle(int inotify_fd, int wd);
27 void utmpwatcher_add(int inotify_fd, const char *path);
Drestorecond.h40 extern void watch_list_add(int inotify_fd, const char *path);