Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-fs.c442 static void open_cb_simple(uv_fs_t* req) { in open_cb_simple() function
2945 r = uv_fs_open(loop, &req, path, O_RDONLY, 0, open_cb_simple); in TEST_IMPL()