/third_party/libuv/test/ |
H A D | test-fs-copyfile.c | 155 ASSERT_OK(uv_fs_chmod(NULL, &req, dst, 0644, NULL)); in TEST_IMPL() 162 ASSERT_OK(uv_fs_chmod(NULL, &req, dst, 0644, NULL)); in TEST_IMPL() 185 ASSERT_OK(uv_fs_chmod(NULL, &req, dst, 0644, NULL)); in TEST_IMPL()
|
H A D | test-fs.c | 1705 r = uv_fs_chmod(NULL, &req, "test_file", 0200, NULL); in TEST_IMPL() 1714 r = uv_fs_chmod(NULL, &req, "test_file", 0400, NULL); in TEST_IMPL() 1735 r = uv_fs_chmod(loop, &req, "test_file", 0200, chmod_cb); in TEST_IMPL() 1747 r = uv_fs_chmod(loop, &req, "test_file", 0400, chmod_cb); in TEST_IMPL() 1806 r = uv_fs_chmod(NULL, &req, "test_file", 0400, NULL); in TEST_IMPL() 1826 uv_fs_chmod(NULL, &req, "test_file", 0600, NULL); in TEST_IMPL() 1882 uv_fs_chmod(NULL, &req, "test_file", 0600, NULL); in TEST_IMPL() 4257 r = uv_fs_chmod(NULL, NULL, NULL, 0, NULL); in TEST_IMPL() 4413 uv_fs_chmod(loop, &req, "test_file_icacls", S_IWUSR, NULL); in TEST_IMPL()
|
H A D | test-threadpool-cancel.c | 330 ASSERT_OK(uv_fs_chmod(loop, reqs + n++, "/", 0, fs_cb)); in TEST_IMPL()
|
/third_party/node/src/ |
H A D | node_file.cc | 2336 uv_fs_chmod, *path, mode); in Chmod() 2342 uv_fs_chmod, *path, mode); in Chmod()
|
/third_party/libuv/src/unix/ |
H A D | fs.c | 1679 int uv_fs_chmod(uv_loop_t* loop, in uv_fs_chmod() function
|
/third_party/libuv/include/ |
H A D | uv.h | 1589 UV_EXTERN int uv_fs_chmod(uv_loop_t* loop,
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 1460 UV_EXTERN int uv_fs_chmod(uv_loop_t* loop,
|
/third_party/node/deps/uv/include/ |
H A D | uv.h | 1477 UV_EXTERN int uv_fs_chmod(uv_loop_t* loop,
|
/third_party/node/deps/uv/src/unix/ |
H A D | fs.c | 1796 int uv_fs_chmod(uv_loop_t* loop, in uv_fs_chmod() function
|
/third_party/libuv/src/win/ |
H A D | fs.c | 1699 * Also people now use uv_fs_chmod() to take away the writable bit for good in fs__stat_handle() 1707 * And uv_fs_chmod should probably just fail on windows or be a total no-op. in fs__stat_handle() 3340 int uv_fs_chmod(uv_loop_t* loop, uv_fs_t* req, const char* path, int mode, in uv_fs_chmod() function
|
/third_party/node/deps/uv/src/win/ |
H A D | fs.c | 1750 * Also people now use uv_fs_chmod() to take away the writable bit for good in fs__stat_handle() 1758 * And uv_fs_chmod should probably just fail on windows or be a total no-op. in fs__stat_handle() 3353 int uv_fs_chmod(uv_loop_t* loop, uv_fs_t* req, const char* path, int mode, in uv_fs_chmod() function
|