Lines Matching refs:realpath
263 /* Make sure that realpath actually named a directory,
264 * (unless watching root, which alone keeps a trailing slash on the realpath)
271 if (memcmp(path, handle->realpath, handle->realpath_len) != 0)
274 if (!(handle->realpath_len == 1 && handle->realpath[0] == '/')) {
285 * realpath == path, and we now need to get the basename of the file back
453 assert(curr->realpath != NULL);
455 pCFStringCreateWithFileSystemRepresentation(NULL, curr->realpath);
804 handle->realpath = realpath(handle->path, NULL);
805 if (handle->realpath == NULL)
807 handle->realpath_len = strlen(handle->realpath);
856 uv__free(handle->realpath);
857 handle->realpath = NULL;
898 uv__free(handle->realpath);
899 handle->realpath = NULL;