Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-threadpool-cancel.c347 ASSERT_OK(uv_fs_realpath(loop, reqs + n++, "/", fs_cb)); in TEST_IMPL()
H A Dtest-fs.c2173 ASSERT_OK(uv_fs_realpath(loop, &req, "no_such_file", dummy_cb)); in TEST_IMPL()
2180 ASSERT_EQ(UV_ENOENT, uv_fs_realpath(NULL, &req, "no_such_file", NULL)); in TEST_IMPL()
2286 r = uv_fs_realpath(NULL, &req, "test_file_symlink_symlink", NULL); in TEST_IMPL()
2335 r = uv_fs_realpath(loop, &req, "test_file", realpath_cb); in TEST_IMPL()
2435 r = uv_fs_realpath(NULL, &req, "test_dir_symlink", NULL); in test_symlink_dir_impl()
4263 r = uv_fs_realpath(NULL, NULL, NULL, NULL); in TEST_IMPL()
/libuv/docs/src/
H A Dfs.rst214 :c:func:`uv_fs_realpath` and serves as an alias to `statbuf`.
465 .. c:function:: int uv_fs_realpath(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_fs_cb cb)
/libuv/docs/src/guide/
H A Dfilesystem.rst158 int uv_fs_realpath(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_fs_cb cb);
/libuv/include/
H A Duv.h1631 UV_EXTERN int uv_fs_realpath(uv_loop_t* loop,
/libuv/src/unix/
H A Dfs.c2124 int uv_fs_realpath(uv_loop_t* loop, in uv_fs_realpath() function
/libuv/src/win/
H A Dfs.c3295 int uv_fs_realpath(uv_loop_t* loop, uv_fs_t* req, const char* path, in uv_fs_realpath() function
/libuv/
H A DChangeLog3685 * doc: document uv_fs_realpath caveats (Saúl Ibarra Corretgé)
4062 * fs: add uv_fs_realpath() (Yuval Brik)

Completed in 53 milliseconds