Lines Matching refs:realpath
265 /* Make sure that realpath actually named a directory,
266 * (unless watching root, which alone keeps a trailing slash on the realpath)
273 if (memcmp(path, handle->realpath, handle->realpath_len) != 0)
276 if (!(handle->realpath_len == 1 && handle->realpath[0] == '/')) {
287 * realpath == path, and we now need to get the basename of the file back
462 assert(curr->realpath != NULL);
464 pCFStringCreateWithFileSystemRepresentation(NULL, curr->realpath);
815 handle->realpath = realpath(handle->path, NULL);
816 if (handle->realpath == NULL)
818 handle->realpath_len = strlen(handle->realpath);
867 uv__free(handle->realpath);
868 handle->realpath = NULL;
909 uv__free(handle->realpath);
910 handle->realpath = NULL;