Lines Matching refs:path
40 char* path;
116 /* It's critical to keep a copy of path here, because it
120 tmp_path = uv__strdup(handle->path);
127 handle->path = tmp_path;
138 tmp_path = handle->path;
139 handle->path = NULL;
160 /* No watchers left for this path. Clean up. */
175 const char* path;
178 /* needs to be large enough for sizeof(inotify_event) + strlen(path) */
211 path = e->len ? (const char*) (e + 1) : uv__basename_r(w->path);
233 h->cb(h, path, events, 0);
251 const char* path,
275 wd = inotify_add_watch(handle->loop->inotify_fd, path, events);
283 len = strlen(path) + 1;
289 w->path = memcpy(w + 1, path, len);
297 handle->path = w->path;
315 handle->path = NULL;