Searched refs:uv_fs_realpath (Results 1 – 8 of 8) sorted by relevance
/libuv/test/ |
H A D | test-threadpool-cancel.c | 347 ASSERT_OK(uv_fs_realpath(loop, reqs + n++, "/", fs_cb)); in TEST_IMPL()
|
H A D | test-fs.c | 2173 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 D | fs.rst | 214 :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 D | filesystem.rst | 158 int uv_fs_realpath(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_fs_cb cb);
|
/libuv/include/ |
H A D | uv.h | 1631 UV_EXTERN int uv_fs_realpath(uv_loop_t* loop,
|
/libuv/src/unix/ |
H A D | fs.c | 2124 int uv_fs_realpath(uv_loop_t* loop, in uv_fs_realpath() function
|
/libuv/src/win/ |
H A D | fs.c | 3295 int uv_fs_realpath(uv_loop_t* loop, uv_fs_t* req, const char* path, in uv_fs_realpath() function
|
/libuv/ |
H A D | ChangeLog | 3685 * doc: document uv_fs_realpath caveats (Saúl Ibarra Corretgé) 4062 * fs: add uv_fs_realpath() (Yuval Brik)
|
Completed in 53 milliseconds