Home | History | Annotate | Download | only in zipalign

Lines Matching refs:fp_

1221     FileReader(FILE* fp) : Reader(), fp_(fp), current_offset_(0) {
1229 if (fseek(fp_, offset, SEEK_SET) != 0) {
1236 size_t read = fread(buf, 1, len, fp_);
1246 FILE* fp_;