Home
last modified time | relevance | path

Searched refs:pZin (Results 1 – 1 of 1) sorted by relevance

/build/tools/zipalign/
DZipAlign.cpp47 static int copyAndAlign(ZipFile* pZin, ZipFile* pZout, int alignment) in copyAndAlign() argument
49 int numEntries = pZin->getNumEntries(); in copyAndAlign()
58 pEntry = pZin->getEntryByIndex(i); in copyAndAlign()
84 status = pZout->add(pZin, pEntry, padding, &pNewEntry); in copyAndAlign()