Home
last modified time | relevance | path

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

/third_party/libuv/test/
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()
/third_party/node/src/
Dnode_report_utils.cc134 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/
Dfs_poll.rst61 .. c:function:: int uv_fs_poll_getpath(uv_fs_poll_t* handle, char* buffer, size_t* size)
/third_party/libuv/src/
Dfs-poll.c138 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/
Duv.h1594 UV_EXTERN int uv_fs_poll_getpath(uv_fs_poll_t* handle,
/third_party/libuv/include/uv_ndk/
Duv.h1571 UV_EXTERN int uv_fs_poll_getpath(uv_fs_poll_t* handle,
/third_party/libuv/
DChangeLog4352 * unix, windows: add uv_fs_poll_getpath (Saúl Ibarra Corretgé)