Searched refs:watch_file (Results 1 – 5 of 5) sorted by relevance
/external/selinux/restorecond/ |
D | restorecond.c | 70 static const char *watch_file; variable 151 watch_file = server_watch_file; in main() 174 watch_file = optarg; in main() 210 read_config(master_fd, watch_file); in main() 219 while (watch(master_fd, watch_file) == 0) { in main()
|
D | restorecond.h | 34 extern int server(int, const char *watch_file); 37 extern void read_config(int fd, const char *watch_file); 39 extern int watch(int fd, const char *watch_file);
|
D | utmpwatcher.c | 82 static void watch_file(int inotify_fd, const char *file) in watch_file() function 104 watch_file(inotify_fd, path); in utmpwatcher_add()
|
D | watch.c | 178 int watch(int fd, const char *watch_file) in watch() argument 204 read_config(fd, watch_file); in watch() 212 read_config(fd, watch_file); in watch()
|
D | user.c | 237 int server(int master_fd, const char *watch_file) { in server() argument 248 read_config(master_fd, watch_file); in server()
|