Home | History | Annotate | Download | only in zipalign

Lines Matching defs:zipFile

20 #include "ZipFile.h"
67 static int copyAndAlign(ZipFile* pZin, ZipFile* pZout, int alignment, bool zopfli,
132 ZipFile zin, zout;
149 if (zin.open(inFileName, ZipFile::kOpenReadOnly) != NO_ERROR) {
154 ZipFile::kOpenReadWrite|ZipFile::kOpenCreate|ZipFile::kOpenTruncate)
175 ZipFile zipFile;
181 if (zipFile.open(fileName, ZipFile::kOpenReadOnly) != NO_ERROR) {
186 int numEntries = zipFile.getNumEntries();
190 pEntry = zipFile.getEntryByIndex(i);