Home
last modified time | relevance | path

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

/third_party/libuv/test/
H A Dtest-fs-copyfile.c155 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 Dtest-fs.c1705 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 Dtest-threadpool-cancel.c330 ASSERT_OK(uv_fs_chmod(loop, reqs + n++, "/", 0, fs_cb)); in TEST_IMPL()
/third_party/node/src/
H A Dnode_file.cc2336 uv_fs_chmod, *path, mode); in Chmod()
2342 uv_fs_chmod, *path, mode); in Chmod()
/third_party/libuv/src/unix/
H A Dfs.c1679 int uv_fs_chmod(uv_loop_t* loop, in uv_fs_chmod() function
/third_party/libuv/include/
H A Duv.h1589 UV_EXTERN int uv_fs_chmod(uv_loop_t* loop,
/third_party/libuv/include/uv_ndk/
H A Duv.h1460 UV_EXTERN int uv_fs_chmod(uv_loop_t* loop,
/third_party/node/deps/uv/include/
H A Duv.h1477 UV_EXTERN int uv_fs_chmod(uv_loop_t* loop,
/third_party/node/deps/uv/src/unix/
H A Dfs.c1796 int uv_fs_chmod(uv_loop_t* loop, in uv_fs_chmod() function
/third_party/libuv/src/win/
H A Dfs.c1699 * 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 Dfs.c1750 * 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

Completed in 30 milliseconds