Searched refs:on_open (Results 1 - 1 of 1) sorted by relevance
/third_party/libuv/docs/code/uvcat/ | ||
H A D | main.c | 40 void on_open(uv_fs_t *req) { in on_open() function 55 uv_fs_open(uv_default_loop(), &open_req, argv[1], O_RDONLY, 0, on_open); in main() local |
Completed in 1 milliseconds