Searched refs:getFileOffset (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
H A DZipEntry.h83 off_t getFileOffset(void) const { function in class:android::ZipEntry
H A DZipFile.cpp592 if (fseek(pSourceZip->mZipFp, pSourceEntry->getFileOffset(), SEEK_SET) != 0)
1163 off_t offset = entry->getFileOffset();

Completed in 57 milliseconds