Home
last modified time | relevance | path

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

/trueos/usr.sbin/notifyd/
HDpathwatch.h81 path_node_t *path_node_create(const char *path, uid_t uid, gid_t gid, uint32_t mask, dispatch_queue…
HDservice.c102 node = path_node_create(path, uid, gid, PATH_NODE_ALL, dispatch_get_main_queue()); in service_open_path()
HDpathwatch.c931 path_node_create(const char *path, uid_t uid, gid_t gid, uint32_t mask, dispatch_queue_t queue) in path_node_create() function