Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dpath.h35 int path_spec_watch(PathSpec *s, sd_event_io_handler_t handler);
Dpath.c37 int path_spec_watch(PathSpec *s, sd_event_io_handler_t handler) { in path_spec_watch() function
441 r = path_spec_watch(s, path_dispatch_io); in path_watch()
Dservice.c3199 r = path_spec_watch(s->pid_file_pathspec, service_dispatch_inotify_io); in service_watch_pid_file()