Home | History | Annotate | Download | only in zipalign

Lines Matching refs:zipFile

20 #include "ZipFile.h"
47 static int copyAndAlign(ZipFile* pZin, ZipFile* pZout, int alignment)
103 ZipFile zin, zout;
120 if (zin.open(inFileName, ZipFile::kOpenReadOnly) != NO_ERROR) {
125 ZipFile::kOpenReadWrite|ZipFile::kOpenCreate|ZipFile::kOpenTruncate)
145 ZipFile zipFile;
151 if (zipFile.open(fileName, ZipFile::kOpenReadOnly) != NO_ERROR) {
156 int numEntries = zipFile.getNumEntries();
160 pEntry = zipFile.getEntryByIndex(i);