Searched refs:path_node_create (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/Libnotify-133.1.1/notifyd/
H A Dpathwatch.h81 path_node_t *path_node_create(const char *path, uid_t uid, gid_t gid, uint32_t mask, dispatch_queue_t queue);
H A Dservice.c101 node = path_node_create(path, uid, gid, PATH_NODE_ALL, dispatch_get_main_queue());
161 node = path_node_create(path, uid, gid, flags, dispatch_get_main_queue());
H A Dpathwatch.c25 * These routines, accessed through path_node_create() and path_node_release(),
33 * path_node_create() returns a path_node_t object, which contains a dispatch_source_t.
931 path_node_create(const char *path, uid_t uid, gid_t gid, uint32_t mask, dispatch_queue_t queue) function

Completed in 63 milliseconds