Home
last modified time | relevance | path

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

/bootable/recovery/mtdutils/
Dmtdutils.c77 ssize_t nbytes; in mtd_scan_partitions() local
111 nbytes = TEMP_FAILURE_RETRY(read(fd, buf, sizeof(buf) - 1)); in mtd_scan_partitions()
113 if (nbytes < 0) { in mtd_scan_partitions()
116 buf[nbytes] = '\0'; in mtd_scan_partitions()
130 while (nbytes > 0) { in mtd_scan_partitions()
157 while (nbytes > 0 && *bufp != '\n') { in mtd_scan_partitions()
159 nbytes--; in mtd_scan_partitions()
161 if (nbytes > 0) { in mtd_scan_partitions()
163 nbytes--; in mtd_scan_partitions()