Searched refs:uv_pipe_chmod (Results 1 - 9 of 9) sorted by relevance
/third_party/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()
|
/third_party/node/src/ |
H A D | pipe_wrap.cc | 192 int err = uv_pipe_chmod(&wrap->handle_, mode); in Fchmod()
|
/third_party/node/deps/uv/src/unix/ |
H A D | pipe.c | 344 int uv_pipe_chmod(uv_pipe_t* handle, int mode) { in uv_pipe_chmod() function
|
/third_party/libuv/src/unix/ |
H A D | pipe.c | 429 int uv_pipe_chmod(uv_pipe_t* handle, int mode) { in uv_pipe_chmod() function
|
/third_party/libuv/include/ |
H A D | uv.h | 869 UV_EXTERN int uv_pipe_chmod(uv_pipe_t* handle, int flags);
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 798 UV_EXTERN int uv_pipe_chmod(uv_pipe_t* handle, int flags);
|
/third_party/node/deps/uv/include/ |
H A D | uv.h | 811 UV_EXTERN int uv_pipe_chmod(uv_pipe_t* handle, int flags);
|
/third_party/node/deps/uv/src/win/ |
H A D | pipe.c | 2566 int uv_pipe_chmod(uv_pipe_t* handle, int mode) { in uv_pipe_chmod() function
|
/third_party/libuv/src/win/ |
H A D | pipe.c | 2597 int uv_pipe_chmod(uv_pipe_t* handle, int mode) { in uv_pipe_chmod() function
|
Completed in 17 milliseconds