Searched refs:path_spec_watch (Results 1 – 3 of 3) sorted by relevance
35 int path_spec_watch(PathSpec *s, sd_event_io_handler_t handler);
37 int path_spec_watch(PathSpec *s, sd_event_io_handler_t handler) { in path_spec_watch() function441 r = path_spec_watch(s, path_dispatch_io); in path_watch()
3199 r = path_spec_watch(s->pid_file_pathspec, service_dispatch_inotify_io); in service_watch_pid_file()