Searched refs:total_bytes_written (Results 1 - 1 of 1) sorted by relevance

/system/core/init/
H A Dinit.c609 size_t total_bytes_written = 0; local
631 while (total_bytes_written < sizeof(buf)) {
633 read(hwrandom_fd, buf, sizeof(buf) - total_bytes_written));
647 total_bytes_written += chunk_size;
651 total_bytes_written);

Completed in 104 milliseconds