Searched refs:uv_fs_symlink (Results 1 – 10 of 10) sorted by relevance
/third_party/libuv/test/ |
D | test-threadpool-cancel.c | 316 ASSERT(0 == uv_fs_symlink(loop, reqs + n++, "/", "/", 0, fs_cb)); in TEST_IMPL()
|
D | test-fs.c | 716 r = uv_fs_symlink(NULL, &req, "test_symlink", "test_symlink", 0, NULL); in TEST_IMPL() 1958 r = uv_fs_symlink(NULL, &req, "test_file", "test_file_symlink", 0, NULL); in TEST_IMPL() 1995 r = uv_fs_symlink(NULL, in TEST_IMPL() 2032 r = uv_fs_symlink(loop, in TEST_IMPL() 2057 r = uv_fs_symlink(NULL, in TEST_IMPL() 2137 r = uv_fs_symlink(NULL, &req, test_dir, "test_dir_symlink", type, NULL); in test_symlink_dir_impl() 2617 s = uv_fs_symlink(NULL, &req, path, symlink_path, 0, NULL); in TEST_IMPL() 3981 r = uv_fs_symlink(NULL, NULL, NULL, NULL, 0, NULL); in TEST_IMPL()
|
/third_party/libuv/docs/src/guide/ |
D | filesystem.rst | 156 …int uv_fs_symlink(uv_loop_t* loop, uv_fs_t* req, const char* path, const char* new_path, int flags…
|
/third_party/node/src/ |
D | node_file.cc | 1121 UTF8, AfterNoArgs, uv_fs_symlink, *target, *path, flags); in Symlink() 1127 uv_fs_symlink, *target, *path, flags); in Symlink()
|
/third_party/libuv/include/uv_ndk/ |
D | uv.h | 1499 UV_EXTERN int uv_fs_symlink(uv_loop_t* loop,
|
/third_party/libuv/include/ |
D | uv.h | 1534 UV_EXTERN int uv_fs_symlink(uv_loop_t* loop,
|
/third_party/libuv/docs/src/ |
D | fs.rst | 424 .. c:function:: int uv_fs_symlink(uv_loop_t* loop, uv_fs_t* req, const char* path, const char* new_…
|
/third_party/libuv/src/unix/ |
D | fs.c | 2152 int uv_fs_symlink(uv_loop_t* loop, in uv_fs_symlink() function
|
/third_party/node/deps/uvwasi/src/ |
D | uvwasi.c | 2270 r = uv_fs_symlink(NULL, &req, old_path, resolved_new_path, 0, NULL); in uvwasi_path_symlink()
|
/third_party/libuv/src/win/ |
D | fs.c | 3133 int uv_fs_symlink(uv_loop_t* loop, uv_fs_t* req, const char* path, in uv_fs_symlink() function
|