Home
last modified time | relevance | path

Searched refs:uv_fs_symlink (Results 1 - 11 of 11) sorted by relevance

/third_party/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.c776 r = uv_fs_symlink(NULL, &req, "test_symlink", "test_symlink", 0, NULL); in TEST_IMPL()
2186 r = uv_fs_symlink(NULL, &req, "test_file", "test_file_symlink", 0, NULL); in TEST_IMPL()
2223 r = uv_fs_symlink(NULL, in TEST_IMPL()
2251 r = uv_fs_symlink(loop, in TEST_IMPL()
2276 r = uv_fs_symlink(NULL, in TEST_IMPL()
2347 r = uv_fs_symlink(NULL, &req, test_dir, "test_dir_symlink", type, NULL); in test_symlink_dir_impl()
2828 s = uv_fs_symlink(NULL, &req, path, symlink_path, 0, NULL); in TEST_IMPL()
4212 r = uv_fs_symlink(NULL, NULL, NULL, NULL, 0, NULL); in TEST_IMPL()
/third_party/node/src/
H A Dnode_file.cc1280 UTF8, AfterNoArgs, uv_fs_symlink, *target, *path, flags); in Symlink()
1286 uv_fs_symlink, *target, *path, flags); in Symlink()
/third_party/libuv/src/unix/
H A Dfs.c2053 int uv_fs_symlink(uv_loop_t* loop, in uv_fs_symlink() function
/third_party/libuv/include/
H A Duv.h1623 * This flag can be used with uv_fs_symlink() on Windows to specify whether
1629 * This flag can be used with uv_fs_symlink() on Windows to specify whether
1634 UV_EXTERN int uv_fs_symlink(uv_loop_t* loop,
/third_party/libuv/include/uv_ndk/
H A Duv.h1488 * This flag can be used with uv_fs_symlink() on Windows to specify whether
1494 * This flag can be used with uv_fs_symlink() on Windows to specify whether
1499 UV_EXTERN int uv_fs_symlink(uv_loop_t* loop,
/third_party/node/deps/uv/include/
H A Duv.h1511 * This flag can be used with uv_fs_symlink() on Windows to specify whether
1517 * This flag can be used with uv_fs_symlink() on Windows to specify whether
1522 UV_EXTERN int uv_fs_symlink(uv_loop_t* loop,
/third_party/node/deps/uv/src/unix/
H A Dfs.c2132 int uv_fs_symlink(uv_loop_t* loop, in uv_fs_symlink() function
/third_party/node/deps/uvwasi/src/
H A Duvwasi.c2347 r = uv_fs_symlink(NULL, &req, old_path, resolved_new_path, 0, NULL); in uvwasi_path_symlink()
/third_party/libuv/src/win/
H A Dfs.c3120 int uv_fs_symlink(uv_loop_t* loop, uv_fs_t* req, const char* path, in uv_fs_symlink() function
/third_party/node/deps/uv/src/win/
H A Dfs.c3133 int uv_fs_symlink(uv_loop_t* loop, uv_fs_t* req, const char* path, in uv_fs_symlink() function

Completed in 46 milliseconds