Searched refs:uv_fs_poll_getpath (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/mit/libuv/dist/test/ |
H A D | test-fs-poll.c | 181 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 D | fs_poll.rst | 61 .. 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 D | fs-poll.c | 138 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 D | uv.h | 1594 UV_EXTERN int uv_fs_poll_getpath(uv_fs_poll_t* handle,
|
/netbsd-src/external/mit/libuv/dist/ |
H A D | ChangeLog | 4480 * unix, windows: add uv_fs_poll_getpath (Saúl Ibarra Corretgé)
|