Home | History | Annotate | Download | only in applypatch

Lines Matching defs:bytes_read

80     ssize_t bytes_read = fread(file->data, 1, file->size, f);
81 if (bytes_read != file->size) {
83 filename, (long)bytes_read, (long)file->size);