Home
last modified time | relevance | path

Searched refs:uv_pipe_chmod (Results 1 – 6 of 6) sorted by relevance

/libuv/test/
H A Dtest-pipe-set-fchmod.c45 r = uv_pipe_chmod(&pipe_handle, UV_READABLE); in TEST_IMPL()
59 r = uv_pipe_chmod(&pipe_handle, UV_WRITABLE); in TEST_IMPL()
68 r = uv_pipe_chmod(&pipe_handle, UV_WRITABLE | UV_READABLE); in TEST_IMPL()
80 r = uv_pipe_chmod(NULL, UV_WRITABLE | UV_READABLE); in TEST_IMPL()
83 r = uv_pipe_chmod(&pipe_handle, 12345678); in TEST_IMPL()
87 r = uv_pipe_chmod(&pipe_handle, UV_WRITABLE | UV_READABLE); in TEST_IMPL()
/libuv/src/unix/
H A Dpipe.c444 int uv_pipe_chmod(uv_pipe_t* handle, int mode) { in uv_pipe_chmod() function
/libuv/docs/src/
H A Dpipe.rst157 .. c:function:: int uv_pipe_chmod(uv_pipe_t* handle, int flags)
/libuv/include/
H A Duv.h883 UV_EXTERN int uv_pipe_chmod(uv_pipe_t* handle, int flags);
/libuv/src/win/
H A Dpipe.c2644 int uv_pipe_chmod(uv_pipe_t* handle, int mode) { in uv_pipe_chmod() function
/libuv/
H A DChangeLog2758 * unix: fix uv_pipe_chmod() on macOS (zzzjim)

Completed in 32 milliseconds