Home | History | Annotate | Download | only in zipalign

Lines Matching refs:seekStart

210     off_t fileLength, seekStart;
234 seekStart = fileLength - EndOfCentralDir::kMaxEOCDSearch;
237 seekStart = 0;
240 if (fseek(mZipFp, seekStart, SEEK_SET) != 0) {
241 ALOGD("Failure seeking to end of zip at %ld", (long) seekStart);