Lines Matching refs:path
286 char* path;
422 const char* path,
431 rc = syscall(__NR_statx, dirfd, path, flags, mask, statxbuf);
922 sqe->addr = (uintptr_t) req->path;
947 sqe->addr = (uintptr_t) req->path;
968 sqe->addr = (uintptr_t) req->path;
990 sqe->addr = (uintptr_t) req->path;
1015 sqe->addr = (uintptr_t) req->path;
1036 sqe->addr = (uintptr_t) req->path;
1101 sqe->addr = (uintptr_t) req->path;
2159 * finds the location and length of the memory controller mount path.
2175 /* Determine the length of the mount path. */
2410 /* It's critical to keep a copy of path here, because it
2414 tmp_path = uv__strdup(handle->path);
2421 handle->path = tmp_path;
2432 tmp_path = handle->path;
2433 handle->path = NULL;
2454 /* No watchers left for this path. Clean up. */
2470 const char* path;
2473 /* needs to be large enough for sizeof(inotify_event) + strlen(path) */
2506 path = e->len ? (const char*) (e + 1) : uv__basename_r(w->path);
2528 h->cb(h, path, events, 0);
2546 const char* path,
2573 wd = inotify_add_watch(loop->inotify_fd, path, events);
2581 len = strlen(path) + 1;
2587 w->path = memcpy(w + 1, path, len);
2595 handle->path = w->path;
2613 handle->path = NULL;