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

/build/tools/zipalign/
H A DZipFile.cpp135 ZipEntry* ZipFile::getEntryByIndex(int idx) const
137 if (idx < 0 || idx >= (int) mEntries.size())
140 return mEntries[idx];
158 int idx; local
160 for (idx = mEntries.size()-1; idx >= 0; idx--) {
161 ZipEntry* pEntry = mEntries[idx];

Completed in 4 milliseconds