Home
last modified time | relevance | path

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

/external/selinux/restorecond/
Dutmpwatcher.c46 static int utmp_wd = -1; variable
54 if (wd != utmp_wd) in utmpwatcher_handle()
67 if (utmp_wd >= 0) in utmpwatcher_handle()
68 inotify_rm_watch(inotify_fd, utmp_wd); in utmpwatcher_handle()
70 utmp_wd = in utmpwatcher_handle()
72 if (utmp_wd == -1) in utmpwatcher_handle()
102 utmpwatcher_handle(inotify_fd, utmp_wd); in utmpwatcher_add()