Home
last modified time | relevance | path

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

/external/selinux/restorecond/
Dwatch.c265 void read_config(int fd, const char *watch_file_path) in read_config() argument
274 cfg = fopen(watch_file_path, "r"); in read_config()
276 perror(watch_file_path); in read_config()
284 inotify_add_watch(fd, watch_file_path, IN_MOVED_FROM | IN_MODIFY); in read_config()