Searched refs:uv_fs_fchmod (Results 1 – 10 of 10) sorted by relevance
/third_party/libuv/test/ |
D | test-threadpool-cancel.c | 297 ASSERT(0 == uv_fs_fchmod(loop, reqs + n++, 0, 0, fs_cb)); in TEST_IMPL()
|
D | test-fs.c | 1607 r = uv_fs_fchmod(NULL, &req, file, 0600, NULL); in TEST_IMPL() 1642 r = uv_fs_fchmod(loop, &req, file, 0600, fchmod_cb); in TEST_IMPL() 4029 r = uv_fs_fchmod(NULL, NULL, 0, 0, NULL); in TEST_IMPL() 4269 r = uv_fs_fchmod(NULL, &req, file, S_IWUSR, NULL); in TEST_IMPL()
|
/third_party/libuv/docs/src/guide/ |
D | filesystem.rst | 159 int uv_fs_fchmod(uv_loop_t* loop, uv_fs_t* req, uv_file file, int mode, uv_fs_cb cb);
|
/third_party/node/src/ |
D | node_file.cc | 2159 uv_fs_fchmod, fd, mode); in FChmod() 2165 uv_fs_fchmod, fd, mode); in FChmod()
|
/third_party/libuv/include/ |
D | uv.h | 1536 UV_EXTERN int uv_fs_fchmod(uv_loop_t* loop,
|
/third_party/libuv/include/uv_ndk/ |
D | uv.h | 1513 UV_EXTERN int uv_fs_fchmod(uv_loop_t* loop,
|
/third_party/libuv/docs/src/ |
D | fs.rst | 400 .. c:function:: int uv_fs_fchmod(uv_loop_t* loop, uv_fs_t* req, uv_file file, int mode, uv_fs_cb cb)
|
/third_party/libuv/src/unix/ |
D | fs.c | 1828 int uv_fs_fchmod(uv_loop_t* loop, in uv_fs_fchmod() function
|
/third_party/libuv/src/win/ |
D | fs.c | 3369 int uv_fs_fchmod(uv_loop_t* loop, uv_fs_t* req, uv_file fd, int mode, in uv_fs_fchmod() function
|
/third_party/libuv/ |
D | ChangeLog | 1696 * win, fs: uv_fs_fchmod support for -A files (Bartosz Sosnowski)
|