Home
last modified time | relevance | path

Searched refs:uv_fs_link (Results 1 - 11 of 11) sorted by relevance

/third_party/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.c1945 r = uv_fs_link(NULL, &req, "test_file", "test_file_link", NULL); in TEST_IMPL()
2013 r = uv_fs_link(NULL, &req, "test_file", "test_file_link", NULL); in TEST_IMPL()
2034 r = uv_fs_link(loop, &req, "test_file", "test_file_link2", link_cb); in TEST_IMPL()
4209 r = uv_fs_link(NULL, NULL, NULL, NULL, NULL); in TEST_IMPL()
/third_party/node/src/
H A Dnode_file.cc1313 AfterNoArgs, uv_fs_link, *src, *dest); in Link()
1319 uv_fs_link, *src, *dest); in Link()
/third_party/libuv/src/unix/
H A Dfs.c1834 int uv_fs_link(uv_loop_t* loop, in uv_fs_link() function
/third_party/libuv/include/
H A Duv.h1616 UV_EXTERN int uv_fs_link(uv_loop_t* loop,
/third_party/libuv/include/uv_ndk/
H A Duv.h1481 UV_EXTERN int uv_fs_link(uv_loop_t* loop,
/third_party/node/deps/uv/include/
H A Duv.h1504 UV_EXTERN int uv_fs_link(uv_loop_t* loop,
/third_party/node/deps/uv/src/unix/
H A Dfs.c1936 int uv_fs_link(uv_loop_t* loop, in uv_fs_link() function
/third_party/node/deps/uvwasi/src/
H A Duvwasi.c1913 r = uv_fs_link(NULL, &req, resolved_old_path, resolved_new_path, NULL); in uvwasi_path_link()
/third_party/libuv/src/win/
H A Dfs.c3105 int uv_fs_link(uv_loop_t* loop, uv_fs_t* req, const char* path, in uv_fs_link() function
/third_party/node/deps/uv/src/win/
H A Dfs.c3118 int uv_fs_link(uv_loop_t* loop, uv_fs_t* req, const char* path, in uv_fs_link() function

Completed in 33 milliseconds