uv_fs_chmod      1673 include/uv.h   UV_EXTERN int uv_fs_chmod(uv_loop_t* loop, uv_fs_t* req, const char* path,
uv_fs_chmod      1030 test/test-fs.c   r = uv_fs_chmod(loop, &req, "test_file", 0200, NULL);
uv_fs_chmod      1039 test/test-fs.c   r = uv_fs_chmod(loop, &req, "test_file", 0400, NULL);
uv_fs_chmod      1060 test/test-fs.c   r = uv_fs_chmod(loop, &req, "test_file", 0200, chmod_cb);
uv_fs_chmod      1072 test/test-fs.c   r = uv_fs_chmod(loop, &req, "test_file", 0400, chmod_cb);
uv_fs_chmod       241 test/test-threadpool-cancel.c   ASSERT(0 == uv_fs_chmod(loop, reqs + n++, "/", 0, fs_cb));