Home
last modified time | relevance | path

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

/external/selinux/restorecond/
Drestorecond.c70 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()
Drestorecond.h34 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);
Dutmpwatcher.c82 static void watch_file(int inotify_fd, const char *file) in watch_file() function
104 watch_file(inotify_fd, path); in utmpwatcher_add()
Dwatch.c178 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()
Duser.c237 int server(int master_fd, const char *watch_file) { in server() argument
248 read_config(master_fd, watch_file); in server()