Searched defs:matchIdx (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/libs/androidfw/
H A DAssetManager.cpp1049 int matchIdx; local
1051 matchIdx = AssetDir::FileInfo::findEntry(pMergedInfo, match);
1052 if (matchIdx > 0) {
1054 pMergedInfo->itemAt(matchIdx).getFileName().string(),
1055 pMergedInfo->itemAt(matchIdx).getSourceName().string());
1056 pMergedInfo->removeAt(matchIdx);

Completed in 74 milliseconds