Lines Matching defs:path
465 const char* path;
478 path = NULL;
481 * in the path when the file has been deleted is arguably a little strange
485 path = uv__basename_r(pathbuf);
504 path = uv__basename_r(kf.kf_path);
507 handle->cb(handle, path, events, 0);
531 const char* path,
542 handle->path = uv__strdup(path);
543 if (handle->path == NULL)
547 fd = open(handle->path, O_RDONLY);
549 uv__free(handle->path);
550 handle->path = NULL;
577 uv__free(handle->path);
578 handle->path = NULL;
615 uv__free(handle->path);
616 handle->path = NULL;