Home
last modified time | relevance | path

Searched refs:uv_fs_fchmod (Results 1 – 8 of 8) sorted by relevance

/libuv/test/
H A Dtest-threadpool-cancel.c333 ASSERT_OK(uv_fs_fchmod(loop, reqs + n++, 0, 0, fs_cb)); in TEST_IMPL()
H A Dtest-fs.c1767 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 Dfilesystem.rst159 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 Duv.h1635 UV_EXTERN int uv_fs_fchmod(uv_loop_t* loop,
/libuv/docs/src/
H A Dfs.rst423 .. 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 Dfs.c1840 int uv_fs_fchmod(uv_loop_t* loop, in uv_fs_fchmod() function
/libuv/src/win/
H A Dfs.c3500 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 DChangeLog2627 * win, fs: uv_fs_fchmod support for -A files (Bartosz Sosnowski)

Completed in 42 milliseconds