Home
last modified time | relevance | path

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

/build/tools/zipalign/
DZipAlign.cpp66 static int copyAndAlign(ZipFile* pZin, ZipFile* pZout, int alignment, bool zopfli, in copyAndAlign() argument
91 status = pZout->addRecompress(pZin, pEntry, &pNewEntry); in copyAndAlign()
94 status = pZout->add(pZin, pEntry, padding, &pNewEntry); in copyAndAlign()
110 status = pZout->add(pZin, pEntry, padding, &pNewEntry); in copyAndAlign()