Home
last modified time | relevance | path

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

/third_party/libuv/test/
Dtest-threadpool-cancel.c316 ASSERT(0 == uv_fs_symlink(loop, reqs + n++, "/", "/", 0, fs_cb)); in TEST_IMPL()
Dtest-fs.c716 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/
Dfilesystem.rst156 …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/
Dnode_file.cc1121 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/
Duv.h1499 UV_EXTERN int uv_fs_symlink(uv_loop_t* loop,
/third_party/libuv/include/
Duv.h1534 UV_EXTERN int uv_fs_symlink(uv_loop_t* loop,
/third_party/libuv/docs/src/
Dfs.rst424 .. 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/
Dfs.c2152 int uv_fs_symlink(uv_loop_t* loop, in uv_fs_symlink() function
/third_party/node/deps/uvwasi/src/
Duvwasi.c2270 r = uv_fs_symlink(NULL, &req, old_path, resolved_new_path, 0, NULL); in uvwasi_path_symlink()
/third_party/libuv/src/win/
Dfs.c3133 int uv_fs_symlink(uv_loop_t* loop, uv_fs_t* req, const char* path, in uv_fs_symlink() function