Searched refs:uv_fs_poll_getpath (Results 1 – 7 of 7) sorted by relevance
/third_party/libuv/test/ |
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()
|
/third_party/node/src/ |
D | node_report_utils.cc | 134 rc = uv_fs_poll_getpath(&(handle->fs_poll), buffer.data, &size); in ReportPath() 146 rc = uv_fs_poll_getpath(&(handle->fs_poll), buffer.data, &size); in ReportPath()
|
/third_party/libuv/docs/src/ |
D | fs_poll.rst | 61 .. c:function:: int uv_fs_poll_getpath(uv_fs_poll_t* handle, char* buffer, size_t* size)
|
/third_party/libuv/src/ |
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
|
/third_party/libuv/include/ |
D | uv.h | 1594 UV_EXTERN int uv_fs_poll_getpath(uv_fs_poll_t* handle,
|
/third_party/libuv/include/uv_ndk/ |
D | uv.h | 1571 UV_EXTERN int uv_fs_poll_getpath(uv_fs_poll_t* handle,
|
/third_party/libuv/ |
D | ChangeLog | 4352 * unix, windows: add uv_fs_poll_getpath (Saúl Ibarra Corretgé)
|