Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-threadpool-cancel.c352 ASSERT_OK(uv_fs_symlink(loop, reqs + n++, "/", "/", 0, fs_cb)); in TEST_IMPL()
H A Dtest-fs-readdir.c535 …r = uv_fs_symlink(uv_default_loop(), &symlink_req, "test_symlink_dir/test_subdir", "test_symlink_d… in TEST_IMPL()
H A Dtest-fs.c777 r = uv_fs_symlink(NULL, &req, "test_symlink", "test_symlink", 0, NULL); in TEST_IMPL()
2231 r = uv_fs_symlink(NULL, &req, "test_file", "test_file_symlink", 0, NULL); in TEST_IMPL()
2268 r = uv_fs_symlink(NULL, in TEST_IMPL()
2296 r = uv_fs_symlink(loop, in TEST_IMPL()
2321 r = uv_fs_symlink(NULL, in TEST_IMPL()
2392 r = uv_fs_symlink(NULL, &req, test_dir, "test_dir_symlink", type, NULL); in test_symlink_dir_impl()
2873 s = uv_fs_symlink(NULL, &req, path, symlink_path, 0, NULL); in TEST_IMPL()
4257 r = uv_fs_symlink(NULL, NULL, NULL, NULL, 0, NULL); in TEST_IMPL()
/libuv/docs/src/guide/
H A Dfilesystem.rst156 …int uv_fs_symlink(uv_loop_t* loop, uv_fs_t* req, const char* path, const char* new_path, int flags…
/libuv/include/
H A Duv.h1621 UV_EXTERN int uv_fs_symlink(uv_loop_t* loop,
/libuv/docs/src/
H A Dfs.rst447 .. c:function:: int uv_fs_symlink(uv_loop_t* loop, uv_fs_t* req, const char* path, const char* new_…
/libuv/src/unix/
H A Dfs.c2181 int uv_fs_symlink(uv_loop_t* loop, in uv_fs_symlink() function
/libuv/src/win/
H A Dfs.c3264 int uv_fs_symlink(uv_loop_t* loop, uv_fs_t* req, const char* path, in uv_fs_symlink() function

Completed in 40 milliseconds