Searched refs:file_req (Results 1 - 1 of 1) sorted by relevance
/third_party/libuv/docs/code/uvtee/ | ||
H A D | main.c | 70 uv_fs_t file_req; in main() local 71 int fd = uv_fs_open(loop, &file_req, argv[1], O_CREAT | O_RDWR, 0644, NULL); in main() |
Completed in 1 milliseconds