HomeSort by: relevance | last modified time | path
    Searched refs:UV_FS_FCHMOD (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/libuv/dist/include/
uv.h 1410 UV_FS_FCHMOD,
1650 UV_EXTERN int uv_fs_fchmod(uv_loop_t* loop,
  /src/external/mit/libuv/dist/src/win/
fs.c 3704 int uv_fs_fchmod(uv_loop_t* loop, uv_fs_t* req, uv_file fd, int mode, function
3706 INIT(UV_FS_FCHMOD);
  /src/external/mit/libuv/dist/test/
test-fs.c 264 ASSERT_EQ(req->fs_type, UV_FS_FCHMOD);
1849 /* Make the file read+write with sync uv_fs_fchmod */
1850 r = uv_fs_fchmod(NULL, &req, file, 0600, NULL);
1885 r = uv_fs_fchmod(loop, &req, file, 0600, fchmod_cb);
4486 r = uv_fs_fchmod(NULL, NULL, 0, 0, NULL);
4777 r = uv_fs_fchmod(NULL, &req, file, S_IWUSR, NULL);

Completed in 22 milliseconds