Searched refs:uv_fs_link (Results 1 – 10 of 10) sorted by relevance
/third_party/libuv/test/ |
D | test-threadpool-cancel.c | 304 ASSERT(0 == uv_fs_link(loop, reqs + n++, "/", "/", fs_cb)); in TEST_IMPL()
|
D | test-fs.c | 1809 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/ |
D | filesystem.rst | 155 …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/ |
D | node_file.cc | 1148 AfterNoArgs, uv_fs_link, *src, *dest); in Link() 1154 uv_fs_link, *src, *dest); in Link()
|
/third_party/libuv/include/uv_ndk/ |
D | uv.h | 1481 UV_EXTERN int uv_fs_link(uv_loop_t* loop,
|
/third_party/libuv/include/ |
D | uv.h | 1516 UV_EXTERN int uv_fs_link(uv_loop_t* loop,
|
/third_party/libuv/docs/src/ |
D | fs.rst | 420 .. 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/ |
D | fs.c | 1956 int uv_fs_link(uv_loop_t* loop, in uv_fs_link() function
|
/third_party/node/deps/uvwasi/src/ |
D | uvwasi.c | 1837 r = uv_fs_link(NULL, &req, resolved_old_path, resolved_new_path, NULL); in uvwasi_path_link()
|
/third_party/libuv/src/win/ |
D | fs.c | 3118 int uv_fs_link(uv_loop_t* loop, uv_fs_t* req, const char* path, in uv_fs_link() function
|