Home
last modified time | relevance | path

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

/third_party/libuv/src/win/
Dhandle.c156 uv_os_fd_t uv_get_osfhandle(int fd) { in uv_get_osfhandle() function
/third_party/libuv/src/unix/
Dcore.c1401 uv_os_fd_t uv_get_osfhandle(int fd) { in uv_get_osfhandle() function
/third_party/libuv/include/
Duv.h1184 UV_EXTERN uv_os_fd_t uv_get_osfhandle(int fd);
/third_party/libuv/include/uv_ndk/
Duv.h1170 UV_EXTERN uv_os_fd_t uv_get_osfhandle(int fd);
/third_party/libuv/docs/src/
Dfs.rst525 .. c:function:: uv_os_fd_t uv_get_osfhandle(int fd)
/third_party/libuv/test/
Dtest-spawn.c1523 fd = uv_get_osfhandle((uv_file) fs_req.result); in TEST_IMPL()
Dtest-fs.c3699 fd = uv_get_osfhandle(open_req1.result); in TEST_IMPL()
3738 handle = uv_get_osfhandle(open_req1.result); in TEST_IMPL()