Searched refs:chmod_cb (Results 1 – 1 of 1) sorted by relevance
263 static void chmod_cb(uv_fs_t* req) { in chmod_cb() function1674 r = uv_fs_chmod(loop, &req, "test_file", 0200, chmod_cb); in TEST_IMPL()1686 r = uv_fs_chmod(loop, &req, "test_file", 0400, chmod_cb); in TEST_IMPL()