Searched refs:W_OK (Results 1 – 3 of 3) sorted by relevance
664 #ifndef W_OK665 #define W_OK 2 macro
2476 if (!(req->fs.info.mode & W_OK) || in fs__access()
1705 r = uv_fs_access(NULL, &req, "test_dir", W_OK, NULL); in TEST_IMPL()
Completed in 23 milliseconds