Searched refs:uv_fs_poll_getpath (Results 1 – 5 of 5) sorted by relevance
/libuv/test/ |
H A D | test-fs-poll.c | 181 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 D | fs_poll.rst | 61 .. c:function:: int uv_fs_poll_getpath(uv_fs_poll_t* handle, char* buffer, size_t* size)
|
/libuv/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
|
/libuv/include/ |
H A D | uv.h | 1693 UV_EXTERN int uv_fs_poll_getpath(uv_fs_poll_t* handle,
|
/libuv/ |
H A D | ChangeLog | 5283 * unix, windows: add uv_fs_poll_getpath (Saúl Ibarra Corretgé)
|
Completed in 29 milliseconds