Searched refs:uv_fs_realpath (Results 1 – 14 of 14) sorted by relevance
/third_party/libuv/test/ |
D | test-threadpool-cancel.c | 311 ASSERT(0 == uv_fs_realpath(loop, reqs + n++, "/", fs_cb)); in TEST_IMPL()
|
D | test-fs.c | 1891 ASSERT(0 == uv_fs_realpath(loop, &req, "no_such_file", dummy_cb)); in TEST_IMPL() 1907 ASSERT(UV_ENOENT == uv_fs_realpath(NULL, &req, "no_such_file", NULL)); in TEST_IMPL() 2013 r = uv_fs_realpath(NULL, &req, "test_file_symlink_symlink", NULL); in TEST_IMPL() 2071 r = uv_fs_realpath(loop, &req, "test_file", realpath_cb); in TEST_IMPL() 2180 r = uv_fs_realpath(NULL, &req, "test_dir_symlink", NULL); in test_symlink_dir_impl() 3987 r = uv_fs_realpath(NULL, NULL, NULL, NULL); in TEST_IMPL()
|
/third_party/node/src/ |
D | inspector_io.cc | 36 if (0 == uv_fs_realpath(loop, &req, script_name.c_str(), nullptr)) { in ScriptPath()
|
D | env.cc | 322 uv_fs_realpath(nullptr, &req, exec_path.c_str(), nullptr)) { in GetExecPath()
|
D | node_file.cc | 1589 uv_fs_realpath, *path); in RealPath() 1595 uv_fs_realpath, *path); in RealPath()
|
/third_party/libuv/docs/src/ |
D | fs.rst | 193 :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)
|
/third_party/libuv/docs/src/guide/ |
D | filesystem.rst | 158 int uv_fs_realpath(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_fs_cb cb);
|
/third_party/libuv/include/ |
D | uv.h | 1532 UV_EXTERN int uv_fs_realpath(uv_loop_t* loop,
|
/third_party/libuv/include/uv_ndk/ |
D | uv.h | 1509 UV_EXTERN int uv_fs_realpath(uv_loop_t* loop,
|
/third_party/libuv/src/unix/ |
D | fs.c | 2080 int uv_fs_realpath(uv_loop_t* loop, in uv_fs_realpath() function
|
/third_party/node/deps/uvwasi/src/ |
D | uvwasi.c | 333 r = uv_fs_realpath(NULL, in uvwasi_init()
|
/third_party/libuv/src/win/ |
D | fs.c | 3164 int uv_fs_realpath(uv_loop_t* loop, uv_fs_t* req, const char* path, in uv_fs_realpath() function
|
/third_party/libuv/ |
D | ChangeLog | 2754 * doc: document uv_fs_realpath caveats (Saúl Ibarra Corretgé) 3131 * fs: add uv_fs_realpath() (Yuval Brik)
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V6.md | 4978 …it/a2492f989f)] - **(SEMVER-MAJOR)** **fs**: optimize realpath using uv_fs_realpath() (Yuval Brik)…
|