Home
last modified time | relevance | path

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

/bootable/recovery/mtdutils/
Dmounts.c65 ssize_t nbytes; in scan_mounted_volumes() local
93 nbytes = read(fd, buf, sizeof(buf) - 1); in scan_mounted_volumes()
95 if (nbytes < 0) { in scan_mounted_volumes()
98 buf[nbytes] = '\0'; in scan_mounted_volumes()
115 while (nbytes > 0) { in scan_mounted_volumes()
145 while (nbytes > 0 && *bufp != '\n') { in scan_mounted_volumes()
147 nbytes--; in scan_mounted_volumes()
149 if (nbytes > 0) { in scan_mounted_volumes()
151 nbytes--; in scan_mounted_volumes()
Dmtdutils.c73 ssize_t nbytes; in mtd_scan_partitions() local
107 nbytes = read(fd, buf, sizeof(buf) - 1); in mtd_scan_partitions()
109 if (nbytes < 0) { in mtd_scan_partitions()
112 buf[nbytes] = '\0'; in mtd_scan_partitions()
126 while (nbytes > 0) { in mtd_scan_partitions()
153 while (nbytes > 0 && *bufp != '\n') { in mtd_scan_partitions()
155 nbytes--; in mtd_scan_partitions()
157 if (nbytes > 0) { in mtd_scan_partitions()
159 nbytes--; in mtd_scan_partitions()