Searched refs:uv_fs_chmod (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-threadpool-cancel.c294 ASSERT(0 == uv_fs_chmod(loop, reqs + n++, "/", 0, fs_cb));
H A Dtest-fs.c1644 r = uv_fs_chmod(NULL, &req, "test_file", 0200, NULL);
1653 r = uv_fs_chmod(NULL, &req, "test_file", 0400, NULL);
1674 r = uv_fs_chmod(loop, &req, "test_file", 0200, chmod_cb);
1686 r = uv_fs_chmod(loop, &req, "test_file", 0400, chmod_cb);
1747 r = uv_fs_chmod(NULL, &req, "test_file", 0400, NULL);
1767 uv_fs_chmod(NULL, &req, "test_file", 0600, NULL);
1825 uv_fs_chmod(NULL, &req, "test_file", 0600, NULL);
4173 r = uv_fs_chmod(NULL, NULL, NULL, 0, NULL);
4331 uv_fs_chmod(loop, &req, "test_file_icacls", S_IWUSR, NULL);
/netbsd-current/external/mit/libuv/dist/include/
H A Duv.h1477 UV_EXTERN int uv_fs_chmod(uv_loop_t* loop,
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dfs.c1796 int uv_fs_chmod(uv_loop_t* loop, function
/netbsd-current/external/mit/libuv/dist/src/win/
H A Dfs.c1750 * Also people now use uv_fs_chmod() to take away the writable bit for good
1758 * And uv_fs_chmod should probably just fail on windows or be a total no-op.
3353 int uv_fs_chmod(uv_loop_t* loop, uv_fs_t* req, const char* path, int mode, function

Completed in 140 milliseconds