Home | History | Annotate | Download | only in recovery

Lines Matching defs:bytes

416             size_t bytes;
417 while ((bytes = fread(buf, 1, sizeof(buf), source_fp)) != 0) {
418 fwrite(buf, 1, bytes, dest_fp);