HomeSort by: relevance | last modified time | path
    Searched refs:uv_fs_link (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-threadpool-cancel.c 105 case UV_FS_LINK:
340 ASSERT_OK(uv_fs_link(loop, reqs + n++, "/", "/", fs_cb));
test-fs.c 214 ASSERT_EQ(req->fs_type, UV_FS_LINK);
2073 r = uv_fs_link(NULL, &req, "test_file", "test_file_link", NULL);
2141 r = uv_fs_link(NULL, &req, "test_file", "test_file_link", NULL);
2162 r = uv_fs_link(loop, &req, "test_file", "test_file_link2", link_cb);
4435 r = uv_fs_link(NULL, NULL, NULL, NULL, NULL);
  /src/external/mit/libuv/dist/include/
uv.h 1419 UV_FS_LINK,
1618 UV_EXTERN int uv_fs_link(uv_loop_t* loop,
  /src/external/mit/libuv/dist/src/unix/
fs.c 1946 int uv_fs_link(uv_loop_t* loop, function
  /src/external/mit/libuv/dist/src/win/
fs.c 3453 int uv_fs_link(uv_loop_t* loop, uv_fs_t* req, const char* path, function
3457 INIT(UV_FS_LINK);

Completed in 113 milliseconds