Home | History | Annotate | Download | only in aapt

Lines Matching refs:seekStart

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