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

/system/core/libdiskconfig/
H A Ddiskutils.c38 int nr_bytes; local
62 if ((nr_bytes = read(src_fd, buffer, sizeof(buffer))) < 0) {
70 if (!nr_bytes) {
76 total += nr_bytes;
80 nr_bytes = 0;
82 while (nr_bytes > 0) {
83 if ((tmp = write(dst_fd, buffer, nr_bytes)) < 0) {
92 nr_bytes -= tmp;

Completed in 3 milliseconds