uv_fs_fchmod 1706 include/uv.h UV_EXTERN int uv_fs_fchmod(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_fchmod 1047 test/test-fs.c r = uv_fs_fchmod(loop, &req, file, 0600, NULL); uv_fs_fchmod 1082 test/test-fs.c r = uv_fs_fchmod(loop, &req, file, 0600, fchmod_cb); uv_fs_fchmod 244 test/test-threadpool-cancel.c ASSERT(0 == uv_fs_fchmod(loop, reqs + n++, 0, 0, fs_cb));