Home
last modified time | relevance | path

Searched refs:uv_fs_realpath (Results 1 – 25 of 60) sorted by relevance

123

/dports/sysutils/R-cran-fs/fs/src/
H A Dpath.cc20 uv_fs_realpath(uv_default_loop(), &req, p, NULL); in fs_realize_()
/dports/archivers/maxcso/maxcso-1.10.0/libuv/test/
H A Dtest-threadpool-cancel.c270 ASSERT(0 == uv_fs_realpath(loop, reqs + n++, "/", fs_cb)); in TEST_IMPL()
H A Dtest-fs.c1655 ASSERT(0 == uv_fs_realpath(loop, &req, "no_such_file", dummy_cb)); in TEST_IMPL()
1671 ASSERT(UV_ENOENT == uv_fs_realpath(NULL, &req, "no_such_file", NULL)); in TEST_IMPL()
1777 r = uv_fs_realpath(NULL, &req, "test_file_symlink_symlink", NULL); in TEST_IMPL()
1835 r = uv_fs_realpath(loop, &req, "test_file", realpath_cb); in TEST_IMPL()
1939 r = uv_fs_realpath(NULL, &req, "test_dir_symlink", NULL); in test_symlink_dir_impl()
3062 r = uv_fs_realpath(NULL, NULL, NULL, NULL); in TEST_IMPL()
/dports/www/node10/node-v10.24.1/src/
H A Dinspector_io.cc31 if (0 == uv_fs_realpath(loop, &req, script_name.c_str(), nullptr)) { in ScriptPath()
H A Dnode_file.cc1451 uv_fs_realpath, *path); in RealPath()
1457 uv_fs_realpath, *path); in RealPath()
/dports/devel/py-uvloop/uvloop-0.16.0/vendor/libuv/test/
H A Dtest-threadpool-cancel.c311 ASSERT(0 == uv_fs_realpath(loop, reqs + n++, "/", fs_cb)); in TEST_IMPL()
H A Dtest-fs.c2033 ASSERT(0 == uv_fs_realpath(loop, &req, "no_such_file", dummy_cb)); in TEST_IMPL()
2049 ASSERT(UV_ENOENT == uv_fs_realpath(NULL, &req, "no_such_file", NULL)); in TEST_IMPL()
2155 r = uv_fs_realpath(NULL, &req, "test_file_symlink_symlink", NULL); in TEST_IMPL()
2213 r = uv_fs_realpath(loop, &req, "test_file", realpath_cb); in TEST_IMPL()
2322 r = uv_fs_realpath(NULL, &req, "test_dir_symlink", NULL); in test_symlink_dir_impl()
4135 r = uv_fs_realpath(NULL, NULL, NULL, NULL); in TEST_IMPL()
/dports/devel/libuv/libuv-v1.42.0/test/
H A Dtest-threadpool-cancel.c311 ASSERT(0 == uv_fs_realpath(loop, reqs + n++, "/", fs_cb)); in TEST_IMPL()
H A Dtest-fs.c2033 ASSERT(0 == uv_fs_realpath(loop, &req, "no_such_file", dummy_cb)); in TEST_IMPL()
2049 ASSERT(UV_ENOENT == uv_fs_realpath(NULL, &req, "no_such_file", NULL)); in TEST_IMPL()
2155 r = uv_fs_realpath(NULL, &req, "test_file_symlink_symlink", NULL); in TEST_IMPL()
2213 r = uv_fs_realpath(loop, &req, "test_file", realpath_cb); in TEST_IMPL()
2322 r = uv_fs_realpath(NULL, &req, "test_dir_symlink", NULL); in test_symlink_dir_impl()
4135 r = uv_fs_realpath(NULL, NULL, NULL, NULL); in TEST_IMPL()
/dports/www/R-cran-httpuv/httpuv/src/libuv/test/
H A Dtest-threadpool-cancel.c311 ASSERT(0 == uv_fs_realpath(loop, reqs + n++, "/", fs_cb)); in TEST_IMPL()
H A Dtest-fs.c1983 ASSERT(0 == uv_fs_realpath(loop, &req, "no_such_file", dummy_cb)); in TEST_IMPL()
1999 ASSERT(UV_ENOENT == uv_fs_realpath(NULL, &req, "no_such_file", NULL)); in TEST_IMPL()
2105 r = uv_fs_realpath(NULL, &req, "test_file_symlink_symlink", NULL); in TEST_IMPL()
2163 r = uv_fs_realpath(loop, &req, "test_file", realpath_cb); in TEST_IMPL()
2272 r = uv_fs_realpath(NULL, &req, "test_dir_symlink", NULL); in test_symlink_dir_impl()
4019 r = uv_fs_realpath(NULL, NULL, NULL, NULL); in TEST_IMPL()
/dports/dns/flamethrower/flamethrower-0.11.0/3rd/uvw/uvw/
H A Dfs.hpp1342 …cleanupAndInvoke(&uv_fs_realpath, parent(), get(), path.data(), &fsGenericCallback<Type::REALPATH>… in realpath()
1356 cleanupAndInvokeSync(&uv_fs_realpath, parent(), req, path.data()); in realpathSync()
/dports/net/astron/Astron-c8ba982/src/deps/uvw/uvw/
H A Dfs.hpp1342 …cleanupAndInvoke(&uv_fs_realpath, parent(), get(), path.data(), &fsGenericCallback<Type::REALPATH>… in realpath()
1356 cleanupAndInvokeSync(&uv_fs_realpath, parent(), req, path.data()); in realpathSync()
/dports/www/R-cran-httpuv/httpuv/src/libuv/docs/src/
H A Dfs.rst193 :c:func:`uv_fs_realpath` and serves as an alias to `statbuf`.
442 .. c:function:: int uv_fs_realpath(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_fs_cb cb)
/dports/devel/libuv/libuv-v1.42.0/docs/src/
H A Dfs.rst193 :c:func:`uv_fs_realpath` and serves as an alias to `statbuf`.
442 .. c:function:: int uv_fs_realpath(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_fs_cb cb)
/dports/editors/neovim/neovim-0.6.1/src/nvim/os/
H A Dfs.c1169 int result = uv_fs_realpath(&fs_loop, &request, name, NULL);
/dports/devel/libuv/libuv-v1.42.0/docs/src/guide/
H A Dfilesystem.rst156 int uv_fs_realpath(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_fs_cb cb);
/dports/www/R-cran-httpuv/httpuv/src/libuv/docs/src/guide/
H A Dfilesystem.rst152 int uv_fs_realpath(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_fs_cb cb);
/dports/archivers/maxcso/maxcso-1.10.0/libuv/docs/src/
H A Dfs.rst306 .. c:function:: int uv_fs_realpath(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_fs_cb cb)
/dports/archivers/maxcso/maxcso-1.10.0/libuv/src/unix/
H A Dfs.c1357 int uv_fs_realpath(uv_loop_t* loop, in uv_fs_realpath() function
/dports/archivers/maxcso/maxcso-1.10.0/libuv/include/
H A Duv.h1307 UV_EXTERN int uv_fs_realpath(uv_loop_t* loop,
/dports/sysutils/R-cran-fs/fs/src/libuv-1.38.1/include/
H A Duv.h1497 UV_EXTERN int uv_fs_realpath(uv_loop_t* loop,
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmlibuv/include/
H A Duv.h1525 UV_EXTERN int uv_fs_realpath(uv_loop_t* loop,
/dports/devel/cmake/cmake-3.22.1/Utilities/cmlibuv/include/
H A Duv.h1525 UV_EXTERN int uv_fs_realpath(uv_loop_t* loop,
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmlibuv/include/
H A Duv.h1525 UV_EXTERN int uv_fs_realpath(uv_loop_t* loop,

123