Home
last modified time | relevance | path

Searched refs:uv_fs_poll_getpath (Results 1 – 5 of 5) sorted by relevance

/libuv/test/
H A Dtest-fs-poll.c181 ASSERT_EQ(UV_EINVAL, uv_fs_poll_getpath(&poll_handle, buf, &len)); in TEST_IMPL()
184 ASSERT_OK(uv_fs_poll_getpath(&poll_handle, buf, &len)); in TEST_IMPL()
/libuv/docs/src/
H A Dfs_poll.rst61 .. c:function:: int uv_fs_poll_getpath(uv_fs_poll_t* handle, char* buffer, size_t* size)
/libuv/src/
H A Dfs-poll.c138 int uv_fs_poll_getpath(uv_fs_poll_t* handle, char* buffer, size_t* size) { in uv_fs_poll_getpath() function
/libuv/include/
H A Duv.h1693 UV_EXTERN int uv_fs_poll_getpath(uv_fs_poll_t* handle,
/libuv/
H A DChangeLog5283 * unix, windows: add uv_fs_poll_getpath (Saúl Ibarra Corretgé)

Completed in 29 milliseconds