Searched defs:zipFile (Results 1 - 1 of 1) sorted by relevance

/build/tools/zipalign/
H A DZipAlign.cpp152 ZipFile zipFile; local
158 if (zipFile.open(fileName, ZipFile::kOpenReadOnly) != NO_ERROR) {
163 int numEntries = zipFile.getNumEntries();
167 pEntry = zipFile.getEntryByIndex(i);

Completed in 3 milliseconds