Home
last modified time | relevance | path

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

/third_party/libuv/test/
Dtest-threadpool-cancel.c304 ASSERT(0 == uv_fs_link(loop, reqs + n++, "/", "/", fs_cb)); in TEST_IMPL()
Dtest-fs.c1809 r = uv_fs_link(NULL, &req, "test_file", "test_file_link", NULL); in TEST_IMPL()
1830 r = uv_fs_link(loop, &req, "test_file", "test_file_link2", link_cb); in TEST_IMPL()
3978 r = uv_fs_link(NULL, NULL, NULL, NULL, NULL); in TEST_IMPL()
/third_party/libuv/docs/src/guide/
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);
/third_party/node/src/
Dnode_file.cc1148 AfterNoArgs, uv_fs_link, *src, *dest); in Link()
1154 uv_fs_link, *src, *dest); in Link()
/third_party/libuv/include/uv_ndk/
Duv.h1481 UV_EXTERN int uv_fs_link(uv_loop_t* loop,
/third_party/libuv/include/
Duv.h1516 UV_EXTERN int uv_fs_link(uv_loop_t* loop,
/third_party/libuv/docs/src/
Dfs.rst420 .. c:function:: int uv_fs_link(uv_loop_t* loop, uv_fs_t* req, const char* path, const char* new_pat…
/third_party/libuv/src/unix/
Dfs.c1956 int uv_fs_link(uv_loop_t* loop, in uv_fs_link() function
/third_party/node/deps/uvwasi/src/
Duvwasi.c1837 r = uv_fs_link(NULL, &req, resolved_old_path, resolved_new_path, NULL); in uvwasi_path_link()
/third_party/libuv/src/win/
Dfs.c3118 int uv_fs_link(uv_loop_t* loop, uv_fs_t* req, const char* path, in uv_fs_link() function