Searched refs:pZin (Results 1 – 1 of 1) sorted by relevance
/build/make/tools/zipalign/ |
D | ZipAlign.cpp | 45 static int copyAndAlign(ZipFile* pZin, ZipFile* pZout, int alignment, bool zopfli, in copyAndAlign() argument 48 int numEntries = pZin->getNumEntries(); in copyAndAlign() 56 pEntry = pZin->getEntryByIndex(i); in copyAndAlign() 69 status = pZout->addRecompress(pZin, pEntry, &pNewEntry); in copyAndAlign() 71 status = pZout->add(pZin, pEntry, padding, &pNewEntry); in copyAndAlign() 79 status = pZout->add(pZin, pEntry, alignTo, &pNewEntry); in copyAndAlign()
|