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

  /build/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/tools/zipalign/
ZipFile.cpp 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);
    [all...]
  /frameworks/base/tools/aapt/
ZipFile.cpp 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);
    [all...]

Completed in 505 milliseconds