Searched refs:fchmod_cb (Results 1 – 1 of 1) sorted by relevance
251 static void fchmod_cb(uv_fs_t* req) { in fchmod_cb() function1802 r = uv_fs_fchmod(loop, &req, file, 0600, fchmod_cb); in TEST_IMPL()
Completed in 17 milliseconds