HomeSort by: relevance | last modified time | path
    Searched defs:uv_fs_chmod (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/libuv/dist/src/unix/
fs.c 1788 int uv_fs_chmod(uv_loop_t* loop, function
  /src/external/mit/libuv/dist/src/win/
fs.c 1852 * Also people now use uv_fs_chmod() to take away the writable bit for good
1860 * And uv_fs_chmod should probably just fail on windows or be a total no-op.
3688 int uv_fs_chmod(uv_loop_t* loop, uv_fs_t* req, const char* path, int mode, function
3692 INIT(UV_FS_CHMOD);

Completed in 19 milliseconds