HomeSort by: relevance | last modified time | path
    Searched refs:uv_fs_realpath (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-threadpool-cancel.c 347 ASSERT_OK(uv_fs_realpath(loop, reqs + n++, "/", fs_cb));
test-fs.c 240 ASSERT_EQ(req->fs_type, UV_FS_REALPATH);
2256 ASSERT_OK(uv_fs_realpath(loop, &req, "no_such_file", dummy_cb));
2263 ASSERT_EQ(UV_ENOENT, uv_fs_realpath(NULL, &req, "no_such_file", NULL));
2369 r = uv_fs_realpath(NULL, &req, "test_file_symlink_symlink", NULL);
2418 r = uv_fs_realpath(loop, &req, "test_file", realpath_cb);
2518 r = uv_fs_realpath(NULL, &req, "test_dir_symlink", NULL);
4444 r = uv_fs_realpath(NULL, NULL, NULL, NULL);
  /src/external/mit/libuv/dist/include/
uv.h 1424 UV_FS_REALPATH,
1646 UV_EXTERN int uv_fs_realpath(uv_loop_t* loop,
  /src/external/mit/libuv/dist/src/unix/
fs.c 2108 int uv_fs_realpath(uv_loop_t* loop, function
  /src/external/mit/libuv/dist/src/win/
fs.c 3499 int uv_fs_realpath(uv_loop_t* loop, uv_fs_t* req, const char* path, function
3503 INIT(UV_FS_REALPATH);

Completed in 34 milliseconds