Searched refs:open_cb (Results 1 – 1 of 1) sorted by relevance
/libuv/test/ |
H A D | test-fs.c | 419 static void open_cb(uv_fs_t* req) { in open_cb() function 946 r = uv_fs_open(loop, &open_req1, "test_file2", UV_FS_O_RDWR, 0, open_cb); in TEST_IMPL() 958 r = uv_fs_open(loop, &open_req1, "test_file2", UV_FS_O_RDONLY, 0, open_cb); in TEST_IMPL()
|
Completed in 17 milliseconds