Searched refs:uv_fs_chmod (Results 1 – 9 of 9) sorted by relevance
/libuv/test/ |
H A D | test-fs-copyfile.c | 161 ASSERT_OK(uv_fs_chmod(NULL, &req, dst, 0644, NULL)); in TEST_IMPL() 168 ASSERT_OK(uv_fs_chmod(NULL, &req, dst, 0644, NULL)); in TEST_IMPL() 191 ASSERT_OK(uv_fs_chmod(NULL, &req, dst, 0644, 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()
|
H A D | test-fs.c | 1750 r = uv_fs_chmod(NULL, &req, "test_file", 0200, NULL); in TEST_IMPL() 1759 r = uv_fs_chmod(NULL, &req, "test_file", 0400, NULL); in TEST_IMPL() 1780 r = uv_fs_chmod(loop, &req, "test_file", 0200, chmod_cb); in TEST_IMPL() 1792 r = uv_fs_chmod(loop, &req, "test_file", 0400, chmod_cb); in TEST_IMPL() 1851 r = uv_fs_chmod(NULL, &req, "test_file", 0400, NULL); in TEST_IMPL() 1871 uv_fs_chmod(NULL, &req, "test_file", 0600, NULL); in TEST_IMPL() 1927 uv_fs_chmod(NULL, &req, "test_file", 0600, NULL); in TEST_IMPL() 4302 r = uv_fs_chmod(NULL, NULL, NULL, 0, NULL); in TEST_IMPL() 4458 uv_fs_chmod(loop, &req, "test_file_icacls", S_IWUSR, NULL); in TEST_IMPL()
|
/libuv/docs/src/guide/ |
H A D | filesystem.rst | 150 int uv_fs_chmod(uv_loop_t* loop, uv_fs_t* req, const char* path, int mode, uv_fs_cb cb);
|
/libuv/include/ |
H A D | uv.h | 1576 UV_EXTERN int uv_fs_chmod(uv_loop_t* loop,
|
/libuv/docs/src/ |
H A D | fs.rst | 422 .. c:function:: int uv_fs_chmod(uv_loop_t* loop, uv_fs_t* req, const char* path, int mode, uv_fs_cb…
|
/libuv/src/unix/ |
H A D | fs.c | 1804 int uv_fs_chmod(uv_loop_t* loop, in uv_fs_chmod() function
|
/libuv/src/win/ |
H A D | fs.c | 3484 int uv_fs_chmod(uv_loop_t* loop, uv_fs_t* req, const char* path, int mode, in uv_fs_chmod() function
|
/libuv/ |
H A D | ChangeLog | 5525 * windows: make uv_fs_chmod() report errors correctly (Bert Belder) 5658 * windows: make uv_fs_chmod() report errors correctly (Bert Belder) 5754 * windows: make uv_fs_chmod() report errors correctly (Bert Belder)
|
Completed in 63 milliseconds