Home
last modified time | relevance | path

Searched refs:uv_fs_link (Results 1 – 7 of 7) sorted by relevance

/libuv/test/
H A Dtest-threadpool-cancel.c340 ASSERT_OK(uv_fs_link(loop, reqs + n++, "/", "/", fs_cb)); in TEST_IMPL()
H A Dtest-fs.c1990 r = uv_fs_link(NULL, &req, "test_file", "test_file_link", NULL); in TEST_IMPL()
2058 r = uv_fs_link(NULL, &req, "test_file", "test_file_link", NULL); in TEST_IMPL()
2079 r = uv_fs_link(loop, &req, "test_file", "test_file_link2", link_cb); in TEST_IMPL()
4254 r = uv_fs_link(NULL, NULL, NULL, NULL, NULL); in TEST_IMPL()
/libuv/docs/src/guide/
H A Dfilesystem.rst155 …int uv_fs_link(uv_loop_t* loop, uv_fs_t* req, const char* path, const char* new_path, uv_fs_cb cb);
/libuv/include/
H A Duv.h1603 UV_EXTERN int uv_fs_link(uv_loop_t* loop,
/libuv/docs/src/
H A Dfs.rst443 .. c:function:: int uv_fs_link(uv_loop_t* loop, uv_fs_t* req, const char* path, const char* new_pat…
/libuv/src/unix/
H A Dfs.c1962 int uv_fs_link(uv_loop_t* loop, in uv_fs_link() function
/libuv/src/win/
H A Dfs.c3249 int uv_fs_link(uv_loop_t* loop, uv_fs_t* req, const char* path, in uv_fs_link() function

Completed in 32 milliseconds