Searched refs:chmod_cb (Results 1 – 1 of 1) sorted by relevance
260 static void chmod_cb(uv_fs_t* req) { in chmod_cb() function1780 r = uv_fs_chmod(loop, &req, "test_file", 0200, chmod_cb); in TEST_IMPL()1792 r = uv_fs_chmod(loop, &req, "test_file", 0400, chmod_cb); in TEST_IMPL()
Completed in 10 milliseconds