Home
last modified time | relevance | path

Searched refs:chmod_cb (Results 1 – 1 of 1) sorted by relevance

/libuv/test/
H A Dtest-fs.c260 static void chmod_cb(uv_fs_t* req) { in chmod_cb() function
1780 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 11 milliseconds