Searched refs:open_cb_simple (Results 1 – 1 of 1) sorted by relevance
442 static void open_cb_simple(uv_fs_t* req) { in open_cb_simple() function2945 r = uv_fs_open(loop, &req, path, O_RDONLY, 0, open_cb_simple); in TEST_IMPL()