Searched refs:pSourceZip (Results 1 - 4 of 4) sorted by relevance

/build/make/tools/zipalign/
H A DZipFile.h111 status_t add(const ZipFile* pSourceZip, const ZipEntry* pSourceEntry,
120 status_t addRecompress(const ZipFile* pSourceZip, const ZipEntry* pSourceEntry,
H A DZipFile.cpp512 status_t ZipFile::add(const ZipFile* pSourceZip, const ZipEntry* pSourceEntry, argument
565 if (fseek(pSourceZip->mZipFp, pSourceEntry->getFileOffset(), SEEK_SET) != 0)
576 if (copyPartialFpToFp(mZipFp, pSourceZip->mZipFp, copyLen, NULL)
619 status_t ZipFile::addRecompress(const ZipFile* pSourceZip, const ZipEntry* pSourceEntry, argument
669 if (fseek(pSourceZip->mZipFp, pSourceEntry->getFileOffset(), SEEK_SET) != 0)
678 void *buf = pSourceZip->uncompress(pSourceEntry);
701 if (copyPartialFpToFp(mZipFp, pSourceZip->mZipFp, copyLen, NULL)
/build/tools/zipalign/
H A DZipFile.h111 status_t add(const ZipFile* pSourceZip, const ZipEntry* pSourceEntry,
120 status_t addRecompress(const ZipFile* pSourceZip, const ZipEntry* pSourceEntry,
H A DZipFile.cpp512 status_t ZipFile::add(const ZipFile* pSourceZip, const ZipEntry* pSourceEntry, argument
565 if (fseek(pSourceZip->mZipFp, pSourceEntry->getFileOffset(), SEEK_SET) != 0)
576 if (copyPartialFpToFp(mZipFp, pSourceZip->mZipFp, copyLen, NULL)
619 status_t ZipFile::addRecompress(const ZipFile* pSourceZip, const ZipEntry* pSourceEntry, argument
669 if (fseek(pSourceZip->mZipFp, pSourceEntry->getFileOffset(), SEEK_SET) != 0)
678 void *buf = pSourceZip->uncompress(pSourceEntry);
701 if (copyPartialFpToFp(mZipFp, pSourceZip->mZipFp, copyLen, NULL)

Completed in 105 milliseconds