Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/
Dapplypatch.c480 ssize_t read_count = read(fd, buffer+so_far, to_read-so_far); in WriteToPartition() local
481 if (read_count < 0) { in WriteToPartition()
483 read_count = 0; in WriteToPartition()
490 if ((size_t)read_count < to_read) { in WriteToPartition()
492 partition, p, read_count, to_read, strerror(errno)); in WriteToPartition()
494 so_far += read_count; in WriteToPartition()