HomeSort by relevance Sort by last modified time
    Searched refs:watch_file (Results 1 - 5 of 5) sorted by null

  /external/selinux/restorecond/
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);
restorecond.c 70 static const char *watch_file; variable
151 watch_file = server_watch_file;
174 watch_file = optarg;
210 read_config(master_fd, watch_file);
219 while (watch(master_fd, watch_file) == 0) {
utmpwatcher.c 82 static void watch_file(int inotify_fd, const char *file) function
104 watch_file(inotify_fd, path);
user.c 237 int server(int master_fd, const char *watch_file) {
248 read_config(master_fd, watch_file);
watch.c 178 int watch(int fd, const char *watch_file)
204 read_config(fd, watch_file);
212 read_config(fd, watch_file);

Completed in 154 milliseconds