Home
last modified time | relevance | path

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

/third_party/libuv/test/
H A Dtest-threadpool-cancel.c333 ASSERT_OK(uv_fs_fchmod(loop, reqs + n++, 0, 0, fs_cb)); in TEST_IMPL()
H A Dtest-fs.c1721 /* Make the file read+write with sync uv_fs_fchmod */ in TEST_IMPL()
1722 r = uv_fs_fchmod(NULL, &req, file, 0600, NULL); in TEST_IMPL()
1757 r = uv_fs_fchmod(loop, &req, file, 0600, fchmod_cb); in TEST_IMPL()
4260 r = uv_fs_fchmod(NULL, NULL, 0, 0, NULL); in TEST_IMPL()
4497 r = uv_fs_fchmod(NULL, &req, file, S_IWUSR, NULL); in TEST_IMPL()
/third_party/node/src/
H A Dnode_file.cc2367 uv_fs_fchmod, fd, mode); in FChmod()
2373 uv_fs_fchmod, fd, mode); in FChmod()
/third_party/libuv/src/unix/
H A Dfs.c1715 int uv_fs_fchmod(uv_loop_t* loop, in uv_fs_fchmod() function
/third_party/libuv/include/
H A Duv.h1648 UV_EXTERN int uv_fs_fchmod(uv_loop_t* loop,
/third_party/libuv/include/uv_ndk/
H A Duv.h1513 UV_EXTERN int uv_fs_fchmod(uv_loop_t* loop,
/third_party/node/deps/uv/include/
H A Duv.h1536 UV_EXTERN int uv_fs_fchmod(uv_loop_t* loop,
/third_party/node/deps/uv/src/unix/
H A Dfs.c1829 int uv_fs_fchmod(uv_loop_t* loop, in uv_fs_fchmod() function
/third_party/libuv/src/win/
H A Dfs.c3356 int uv_fs_fchmod(uv_loop_t* loop, uv_fs_t* req, uv_file fd, int mode, in uv_fs_fchmod() function
/third_party/node/deps/uv/src/win/
H A Dfs.c3369 int uv_fs_fchmod(uv_loop_t* loop, uv_fs_t* req, uv_file fd, int mode, in uv_fs_fchmod() function

Completed in 31 milliseconds