Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-fs.c3830 uv_buf_t* read_iovs; in test_fs_partial() local
3832 read_iovs = iovs; in test_fs_partial()
3836 result = uv_fs_read(loop, &read_req, pipe_fds[0], read_iovs, iovcount, -1, NULL); in test_fs_partial()
3839 read_iovcount = uv_test_fs_buf_offset(read_iovs, result); in test_fs_partial()
3840 read_iovs += read_iovcount; in test_fs_partial()

Completed in 13 milliseconds