HomeSort by relevance Sort by last modified time
    Searched refs:seekStart (Results 1 - 2 of 2) sorted by null

  /build/make/tools/ziptime/
ZipFile.cpp 77 off_t fileLength, seekStart;
101 seekStart = fileLength - EndOfCentralDir::kMaxEOCDSearch;
104 seekStart = 0;
107 if (fseek(mZipFp, seekStart, SEEK_SET) != 0) {
108 LOG("Failure seeking to end of zip at %ld", (long) seekStart);
  /build/make/tools/zipalign/
ZipFile.cpp 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);
    [all...]

Completed in 498 milliseconds