Home
last modified time | relevance | path

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

/third_party/libuv/test/
Dtest-threadpool-cancel.c311 ASSERT(0 == uv_fs_realpath(loop, reqs + n++, "/", fs_cb)); in TEST_IMPL()
Dtest-fs.c1891 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/
Dinspector_io.cc36 if (0 == uv_fs_realpath(loop, &req, script_name.c_str(), nullptr)) { in ScriptPath()
Denv.cc322 uv_fs_realpath(nullptr, &req, exec_path.c_str(), nullptr)) { in GetExecPath()
Dnode_file.cc1589 uv_fs_realpath, *path); in RealPath()
1595 uv_fs_realpath, *path); in RealPath()
/third_party/libuv/docs/src/
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)
/third_party/libuv/docs/src/guide/
Dfilesystem.rst158 int uv_fs_realpath(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_fs_cb cb);
/third_party/libuv/include/
Duv.h1532 UV_EXTERN int uv_fs_realpath(uv_loop_t* loop,
/third_party/libuv/include/uv_ndk/
Duv.h1509 UV_EXTERN int uv_fs_realpath(uv_loop_t* loop,
/third_party/libuv/src/unix/
Dfs.c2080 int uv_fs_realpath(uv_loop_t* loop, in uv_fs_realpath() function
/third_party/node/deps/uvwasi/src/
Duvwasi.c333 r = uv_fs_realpath(NULL, in uvwasi_init()
/third_party/libuv/src/win/
Dfs.c3164 int uv_fs_realpath(uv_loop_t* loop, uv_fs_t* req, const char* path, in uv_fs_realpath() function
/third_party/libuv/
DChangeLog2754 * doc: document uv_fs_realpath caveats (Saúl Ibarra Corretgé)
3131 * fs: add uv_fs_realpath() (Yuval Brik)
/third_party/node/doc/changelogs/
DCHANGELOG_V6.md4978 …it/a2492f989f)] - **(SEMVER-MAJOR)** **fs**: optimize realpath using uv_fs_realpath() (Yuval Brik)…