Home
last modified time | relevance | path

Searched refs:uv_fs_readlink (Results 1 – 8 of 8) sorted by relevance

/libuv/test/
H A Dtest-threadpool-cancel.c346 ASSERT_OK(uv_fs_readlink(loop, reqs + n++, "/", fs_cb)); in TEST_IMPL()
H A Dtest-fs.c2121 ASSERT_OK(uv_fs_readlink(loop, &req, "no_such_file", dummy_cb)); in TEST_IMPL()
2128 ASSERT_EQ(UV_ENOENT, uv_fs_readlink(NULL, &req, "no_such_file", NULL)); in TEST_IMPL()
2156 r = uv_fs_readlink(NULL, &req, "test_file", NULL); in TEST_IMPL()
2281 r = uv_fs_readlink(NULL, &req, "test_file_symlink_symlink", NULL); in TEST_IMPL()
2330 r = uv_fs_readlink(loop, &req, "test_file_symlink2_symlink", readlink_cb); in TEST_IMPL()
2426 r = uv_fs_readlink(NULL, &req, "test_dir_symlink", NULL); in test_symlink_dir_impl()
2557 r = uv_fs_readlink(NULL, &req, "test_dir/test_file", NULL); in TEST_IMPL()
4260 r = uv_fs_readlink(NULL, NULL, NULL, NULL); in TEST_IMPL()
/libuv/docs/src/
H A Dfs.rst213 Stores the result of :c:func:`uv_fs_readlink` and
460 .. c:function:: int uv_fs_readlink(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_fs_cb cb)
/libuv/docs/src/guide/
H A Dfilesystem.rst157 int uv_fs_readlink(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_fs_cb cb);
/libuv/include/
H A Duv.h1627 UV_EXTERN int uv_fs_readlink(uv_loop_t* loop,
/libuv/src/unix/
H A Dfs.c2114 int uv_fs_readlink(uv_loop_t* loop, in uv_fs_readlink() function
/libuv/src/win/
H A Dfs.c3280 int uv_fs_readlink(uv_loop_t* loop, uv_fs_t* req, const char* path, in uv_fs_readlink() function
/libuv/
H A DChangeLog2511 * unix: optimize uv_fs_readlink() memory allocation (Ben Noordhuis)

Completed in 48 milliseconds