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

/build/tools/zipalign/
H A DZipFile.cpp137 ZipEntry* ZipFile::getEntryByIndex(int idx) const
139 if (idx < 0 || idx >= (int) mEntries.size())
142 return mEntries[idx];
160 int idx; local
162 for (idx = mEntries.size()-1; idx >= 0; idx--) {
163 ZipEntry* pEntry = mEntries[idx];

Completed in 74 milliseconds