Home | History | Annotate | Download | only in dmtracedump

Lines Matching full:fread

1047     if (fread(pKeys->fileData, 1, pKeys->fileLen, fp) != (size_t) pKeys->fileLen)
2880 if (fread(data, 1, len, fp) != (size_t) len) {