Searched refs:uv_fs_fchmod (Results 1 – 8 of 8) sorted by relevance
/libuv/test/ |
H A D | test-threadpool-cancel.c | 333 ASSERT_OK(uv_fs_fchmod(loop, reqs + n++, 0, 0, fs_cb)); in TEST_IMPL()
|
H A D | test-fs.c | 1767 r = uv_fs_fchmod(NULL, &req, file, 0600, NULL); in TEST_IMPL() 1802 r = uv_fs_fchmod(loop, &req, file, 0600, fchmod_cb); in TEST_IMPL() 4305 r = uv_fs_fchmod(NULL, NULL, 0, 0, NULL); in TEST_IMPL() 4542 r = uv_fs_fchmod(NULL, &req, file, S_IWUSR, NULL); in TEST_IMPL()
|
/libuv/docs/src/guide/ |
H A D | filesystem.rst | 159 int uv_fs_fchmod(uv_loop_t* loop, uv_fs_t* req, uv_file file, int mode, uv_fs_cb cb);
|
/libuv/include/ |
H A D | uv.h | 1635 UV_EXTERN int uv_fs_fchmod(uv_loop_t* loop,
|
/libuv/docs/src/ |
H A D | fs.rst | 423 .. c:function:: int uv_fs_fchmod(uv_loop_t* loop, uv_fs_t* req, uv_file file, int mode, uv_fs_cb cb)
|
/libuv/src/unix/ |
H A D | fs.c | 1840 int uv_fs_fchmod(uv_loop_t* loop, in uv_fs_fchmod() function
|
/libuv/src/win/ |
H A D | fs.c | 3500 int uv_fs_fchmod(uv_loop_t* loop, uv_fs_t* req, uv_file fd, int mode, in uv_fs_fchmod() function
|
/libuv/ |
H A D | ChangeLog | 2627 * win, fs: uv_fs_fchmod support for -A files (Bartosz Sosnowski)
|
Completed in 42 milliseconds