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

/frameworks/base/tools/aapt/
H A DZipFile.cpp539 status_t ZipFile::add(const ZipFile* pSourceZip, const ZipEntry* pSourceEntry, argument
564 result = pEntry->initFromExternal(pSourceZip, pSourceEntry);
592 if (fseek(pSourceZip->mZipFp, pSourceEntry->getFileOffset(), SEEK_SET) != 0)
603 if (copyPartialFpToFp(mZipFp, pSourceZip->mZipFp, copyLen, NULL)

Completed in 245 milliseconds