Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/
Dapplypatch.cpp434 ssize_t read_count = in WriteToPartition() local
436 if (read_count == -1) { in WriteToPartition()
441 if (static_cast<size_t>(read_count) < to_read) { in WriteToPartition()
443 partition, p, read_count, to_read, strerror(errno)); in WriteToPartition()
445 so_far += read_count; in WriteToPartition()