Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-fs.c3759 int nbytes; in thread_main() local
3760 nbytes = size < ctx->interval ? size : ctx->interval; in thread_main()
3762 result = write(ctx->fd, data, nbytes); in thread_main()
3764 ASSERT_EQ(result, nbytes); in thread_main()
3766 result = read(ctx->fd, data, nbytes); in thread_main()
3770 ASSERT(result > 0 && result <= nbytes); in thread_main()

Completed in 16 milliseconds