Lines Matching refs:path
468 const char* path;
481 path = NULL;
484 * in the path when the file has been deleted is arguably a little strange
488 path = uv__basename_r(pathbuf);
490 handle->cb(handle, path, events, 0);
514 const char* path,
525 handle->path = uv__strdup(path);
526 if (handle->path == NULL)
530 fd = open(handle->path, O_RDONLY);
532 uv__free(handle->path);
533 handle->path = NULL;
559 uv__free(handle->path);
560 handle->path = NULL;
596 uv__free(handle->path);
597 handle->path = NULL;