Home
last modified time | relevance | path

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

/third_party/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.c2128 ASSERT_OK(uv_fs_realpath(loop, &req, "no_such_file", dummy_cb)); in TEST_IMPL()
2135 ASSERT_EQ(UV_ENOENT, uv_fs_realpath(NULL, &req, "no_such_file", NULL)); in TEST_IMPL()
2241 r = uv_fs_realpath(NULL, &req, "test_file_symlink_symlink", NULL); in TEST_IMPL()
2290 r = uv_fs_realpath(loop, &req, "test_file", realpath_cb); in TEST_IMPL()
2390 r = uv_fs_realpath(NULL, &req, "test_dir_symlink", NULL); in test_symlink_dir_impl()
4218 r = uv_fs_realpath(NULL, NULL, NULL, NULL); in TEST_IMPL()
/third_party/node/src/
H A Dinspector_io.cc35 if (0 == uv_fs_realpath(loop, &req, script_name.c_str(), nullptr)) { in ScriptPath()
H A Djs_native_api_v8_inspector.cc449 if (0 == uv_fs_realpath(loop, &req, script_name.c_str(), nullptr)) { in ScriptPath()
H A Dnode_file.cc1774 uv_fs_realpath, *path); in RealPath()
1780 uv_fs_realpath, *path); in RealPath()
H A Denv.cc639 uv_fs_realpath(nullptr, &req, exec_path.c_str(), nullptr)) { in GetExecPath()
/third_party/libuv/src/unix/
H A Dfs.c1996 int uv_fs_realpath(uv_loop_t* loop, in uv_fs_realpath() function
/third_party/libuv/include/
H A Duv.h1644 UV_EXTERN int uv_fs_realpath(uv_loop_t* loop,
/third_party/libuv/include/uv_ndk/
H A Duv.h1509 UV_EXTERN int uv_fs_realpath(uv_loop_t* loop,
/third_party/node/deps/uv/include/
H A Duv.h1532 UV_EXTERN int uv_fs_realpath(uv_loop_t* loop,
/third_party/node/deps/uv/src/unix/
H A Dfs.c2081 int uv_fs_realpath(uv_loop_t* loop, in uv_fs_realpath() function
/third_party/node/deps/uvwasi/src/
H A Duvwasi.c357 r = uv_fs_realpath(NULL, in uvwasi_init()
/third_party/libuv/src/win/
H A Dfs.c3151 int uv_fs_realpath(uv_loop_t* loop, uv_fs_t* req, const char* path, in uv_fs_realpath() function
/third_party/node/deps/uv/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

Completed in 38 milliseconds