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