Home | History | Annotate | Download | only in recovery

Lines Matching defs:fin

488   FILE* fin = fopen(original_path, "rb");
489 if (fin == NULL) {
499 while ((read = fread(buffer, 1, BUFSIZ, fin)) > 0) {
513 if (fclose(fin) != 0) {