Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-fs-poll.c181 ASSERT(UV_EINVAL == uv_fs_poll_getpath(&poll_handle, buf, &len)); in TEST_IMPL()
184 ASSERT(0 == uv_fs_poll_getpath(&poll_handle, buf, &len)); in TEST_IMPL()
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dfs_poll.rst61 .. c:function:: int uv_fs_poll_getpath(uv_fs_poll_t* handle, char* buffer, size_t* size)
/netbsd-src/external/mit/libuv/dist/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
/netbsd-src/external/mit/libuv/dist/include/
H A Duv.h1594 UV_EXTERN int uv_fs_poll_getpath(uv_fs_poll_t* handle,
/netbsd-src/external/mit/libuv/dist/
H A DChangeLog4480 * unix, windows: add uv_fs_poll_getpath (Saúl Ibarra Corretgé)