Home
last modified time | relevance | path

Searched refs:uv_fs_get_system_error (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/mit/libuv/dist/include/
H A Duv.h1345 UV_EXTERN int uv_fs_get_system_error(const uv_fs_t*);
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dfs.rst495 .. c:function:: int uv_fs_get_system_error(const uv_fs_t* req)
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dfs.c2257 int uv_fs_get_system_error(const uv_fs_t* req) { in uv_fs_get_system_error() function
/netbsd-src/external/mit/libuv/dist/src/win/
H A Dfs.c3437 int uv_fs_get_system_error(const uv_fs_t* req) { in uv_fs_get_system_error() function
/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-fs.c4475 system_error = uv_fs_get_system_error(&req); in TEST_IMPL()