Searched refs:uv_pipe_chmod (Results 1 – 6 of 6) sorted by relevance
/libuv/test/ |
H A D | test-pipe-set-fchmod.c | 45 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 D | pipe.c | 444 int uv_pipe_chmod(uv_pipe_t* handle, int mode) { in uv_pipe_chmod() function
|
/libuv/docs/src/ |
H A D | pipe.rst | 157 .. c:function:: int uv_pipe_chmod(uv_pipe_t* handle, int flags)
|
/libuv/include/ |
H A D | uv.h | 883 UV_EXTERN int uv_pipe_chmod(uv_pipe_t* handle, int flags);
|
/libuv/src/win/ |
H A D | pipe.c | 2644 int uv_pipe_chmod(uv_pipe_t* handle, int mode) { in uv_pipe_chmod() function
|
/libuv/ |
H A D | ChangeLog | 2758 * unix: fix uv_pipe_chmod() on macOS (zzzjim)
|
Completed in 32 milliseconds