HomeSort by: relevance | last modified time | path
    Searched defs:open_loop_cb (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-fs.c 723 static void open_loop_cb(uv_fs_t* req) { function
811 r = uv_fs_open(loop, &req, "test_symlink", UV_FS_O_RDONLY, 0, open_loop_cb);

Completed in 15 milliseconds