uv_fs_readlink   1703 include/uv.h   UV_EXTERN int uv_fs_readlink(uv_loop_t* loop, uv_fs_t* req, const char* path,
uv_fs_readlink   1253 test/test-fs.c   ASSERT(0 == uv_fs_readlink(loop, &req, "no_such_file", dummy_cb));
uv_fs_readlink   1260 test/test-fs.c   ASSERT(UV_ENOENT == uv_fs_readlink(loop, &req, "no_such_file", NULL));
uv_fs_readlink   1340 test/test-fs.c   r = uv_fs_readlink(loop, &req, "test_file_symlink_symlink", NULL);
uv_fs_readlink   1369 test/test-fs.c   r = uv_fs_readlink(loop, &req, "test_file_symlink2_symlink", readlink_cb);
uv_fs_readlink   1441 test/test-fs.c   r = uv_fs_readlink(loop, &req, "test_dir_symlink", NULL);
uv_fs_readlink    257 test/test-threadpool-cancel.c   ASSERT(0 == uv_fs_readlink(loop, reqs + n++, "/", fs_cb));