Searched refs:uv_fs_link (Results 1 - 11 of 11) sorted by relevance
/third_party/libuv/test/ |
H A D | test-threadpool-cancel.c | 340 ASSERT_OK(uv_fs_link(loop, reqs + n++, "/", "/", fs_cb)); in TEST_IMPL()
|
H A D | test-fs.c | 1945 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 D | node_file.cc | 1313 AfterNoArgs, uv_fs_link, *src, *dest); in Link() 1319 uv_fs_link, *src, *dest); in Link()
|
/third_party/libuv/src/unix/ |
H A D | fs.c | 1834 int uv_fs_link(uv_loop_t* loop, in uv_fs_link() function
|
/third_party/libuv/include/ |
H A D | uv.h | 1616 UV_EXTERN int uv_fs_link(uv_loop_t* loop,
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 1481 UV_EXTERN int uv_fs_link(uv_loop_t* loop,
|
/third_party/node/deps/uv/include/ |
H A D | uv.h | 1504 UV_EXTERN int uv_fs_link(uv_loop_t* loop,
|
/third_party/node/deps/uv/src/unix/ |
H A D | fs.c | 1936 int uv_fs_link(uv_loop_t* loop, in uv_fs_link() function
|
/third_party/node/deps/uvwasi/src/ |
H A D | uvwasi.c | 1913 r = uv_fs_link(NULL, &req, resolved_old_path, resolved_new_path, NULL); in uvwasi_path_link()
|
/third_party/libuv/src/win/ |
H A D | fs.c | 3105 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 D | fs.c | 3118 int uv_fs_link(uv_loop_t* loop, uv_fs_t* req, const char* path, in uv_fs_link() function
|
Completed in 36 milliseconds