Home | History | Annotate | Download | only in androidfw

Lines Matching refs:itemAt

449                 assetName.string(), mAssetPaths.itemAt(i).path.string());
478 ALOGV("Looking for non-asset '%s' in '%s'\n", fileName, mAssetPaths.itemAt(i).path.string());
500 mAssetPaths.itemAt(which).path.string());
991 const asset_path& ap = mAssetPaths.itemAt(i);
1005 pMergedInfo->itemAt(i).getFileType(),
1006 (const char*) pMergedInfo->itemAt(i).getFileName());
1040 const asset_path& ap = mAssetPaths.itemAt(which);
1054 pMergedInfo->itemAt(i).getFileType(),
1055 (const char*) pMergedInfo->itemAt(i).getFileName());
1100 name = pContents->itemAt(i).getFileName().string();
1111 pMergedInfo->itemAt(matchIdx).getFileName().string(),
1112 pMergedInfo->itemAt(matchIdx).getSourceName().string());
1357 pNewSorted->add(pContents->itemAt(contIdx));
1361 pNewSorted->add(pMergedInfo->itemAt(mergeIdx));
1363 } else if (pMergedInfo->itemAt(mergeIdx) == pContents->itemAt(contIdx))
1366 pNewSorted->add(pContents->itemAt(contIdx));
1369 } else if (pMergedInfo->itemAt(mergeIdx) < pContents->itemAt(contIdx))
1372 pNewSorted->add(pMergedInfo->itemAt(mergeIdx));
1376 assert(pContents->itemAt(contIdx) < pMergedInfo->itemAt(mergeIdx));
1377 pNewSorted->add(pContents->itemAt(contIdx));
1395 if (strcmp(pContents->itemAt(i).mFileName,
1396 pMergedInfo->itemAt(j).mFileName) == 0)
1405 pMergedInfo->add(pContents->itemAt(i));