Home | History | Annotate | Download | only in zipalign

Lines Matching refs:seekStart

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