Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-threadpool-cancel.c311 ASSERT(0 == uv_fs_realpath(loop, reqs + n++, "/", fs_cb)); in TEST_IMPL()
H A Dtest-fs.c2038 ASSERT(0 == uv_fs_realpath(loop, &req, "no_such_file", dummy_cb)); in TEST_IMPL()
2054 ASSERT(UV_ENOENT == uv_fs_realpath(NULL, &req, "no_such_file", NULL)); in TEST_IMPL()
2160 r = uv_fs_realpath(NULL, &req, "test_file_symlink_symlink", NULL); in TEST_IMPL()
2218 r = uv_fs_realpath(loop, &req, "test_file", realpath_cb); in TEST_IMPL()
2327 r = uv_fs_realpath(NULL, &req, "test_dir_symlink", NULL); in test_symlink_dir_impl()
4134 r = uv_fs_realpath(NULL, NULL, NULL, NULL); in TEST_IMPL()
/netbsd-src/external/mit/libuv/dist/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)
/netbsd-src/external/mit/libuv/dist/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);
/netbsd-src/external/mit/libuv/dist/include/
H A Duv.h1532 UV_EXTERN int uv_fs_realpath(uv_loop_t* loop,
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dfs.c2081 int uv_fs_realpath(uv_loop_t* loop, in uv_fs_realpath() function
/netbsd-src/external/mit/libuv/dist/src/win/
H A Dfs.c3164 int uv_fs_realpath(uv_loop_t* loop, uv_fs_t* req, const char* path, in uv_fs_realpath() function
/netbsd-src/external/mit/libuv/dist/
H A DChangeLog2882 * doc: document uv_fs_realpath caveats (Saúl Ibarra Corretgé)
3259 * fs: add uv_fs_realpath() (Yuval Brik)