Home | History | Annotate | Download | only in recovery

Lines Matching defs:bytes

432             size_t bytes;
433 while ((bytes = fread(buf, 1, sizeof(buf), source_fp)) != 0) {
434 fwrite(buf, 1, bytes, dest_fp);