Home
last modified time | relevance | path

Searched refs:uv_fs_fchmod (Results 1 – 10 of 10) sorted by relevance

/third_party/libuv/test/
Dtest-threadpool-cancel.c297 ASSERT(0 == uv_fs_fchmod(loop, reqs + n++, 0, 0, fs_cb)); in TEST_IMPL()
Dtest-fs.c1607 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/
Dfilesystem.rst159 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/
Dnode_file.cc2159 uv_fs_fchmod, fd, mode); in FChmod()
2165 uv_fs_fchmod, fd, mode); in FChmod()
/third_party/libuv/include/
Duv.h1536 UV_EXTERN int uv_fs_fchmod(uv_loop_t* loop,
/third_party/libuv/include/uv_ndk/
Duv.h1513 UV_EXTERN int uv_fs_fchmod(uv_loop_t* loop,
/third_party/libuv/docs/src/
Dfs.rst400 .. 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/
Dfs.c1828 int uv_fs_fchmod(uv_loop_t* loop, in uv_fs_fchmod() function
/third_party/libuv/src/win/
Dfs.c3369 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/
DChangeLog1696 * win, fs: uv_fs_fchmod support for -A files (Bartosz Sosnowski)