Searched refs:uv_fs_symlink (Results 1 – 8 of 8) sorted by relevance
/libuv/test/ |
H A D | test-threadpool-cancel.c | 352 ASSERT_OK(uv_fs_symlink(loop, reqs + n++, "/", "/", 0, fs_cb)); in TEST_IMPL()
|
H A D | test-fs-readdir.c | 535 …r = uv_fs_symlink(uv_default_loop(), &symlink_req, "test_symlink_dir/test_subdir", "test_symlink_d… in TEST_IMPL()
|
H A D | test-fs.c | 777 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 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…
|
/libuv/include/ |
H A D | uv.h | 1621 UV_EXTERN int uv_fs_symlink(uv_loop_t* loop,
|
/libuv/docs/src/ |
H A D | fs.rst | 447 .. 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 D | fs.c | 2181 int uv_fs_symlink(uv_loop_t* loop, in uv_fs_symlink() function
|
/libuv/src/win/ |
H A D | fs.c | 3264 int uv_fs_symlink(uv_loop_t* loop, uv_fs_t* req, const char* path, in uv_fs_symlink() function
|
Completed in 40 milliseconds