Home
last modified time | relevance | path

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

/external/selinux/restorecond/
Dwatch.c195 if (event->wd == master_wd) in watch()
274 inotify_rm_watch(fd, master_wd); in read_config()
275 master_wd = in read_config()
277 if (master_wd == -1) in read_config()
Drestorecond.h30 extern int master_wd;
Drestorecond.c77 int master_wd = -1; variable