Lines Matching refs:itemAt
408 assetName.string(), mAssetPaths.itemAt(i).path.string());
409 Asset* pAsset = openNonAssetInPathLocked(assetName.string(), mode, mAssetPaths.itemAt(i));
436 ALOGV("Looking for non-asset '%s' in '%s'\n", fileName, mAssetPaths.itemAt(i).path.string());
438 fileName, mode, mAssetPaths.itemAt(i));
458 mAssetPaths.itemAt(which).path.string());
460 fileName, mode, mAssetPaths.itemAt(which));
612 bool empty = appendPathToResTable(mAssetPaths.itemAt(i));
934 const asset_path& ap = mAssetPaths.itemAt(i);
948 pMergedInfo->itemAt(i).getFileType(),
949 (const char*) pMergedInfo->itemAt(i).getFileName());
983 const asset_path& ap = mAssetPaths.itemAt(which);
997 pMergedInfo->itemAt(i).getFileType(),
998 (const char*) pMergedInfo->itemAt(i).getFileName());
1043 name = pContents->itemAt(i).getFileName().string();
1054 pMergedInfo->itemAt(matchIdx).getFileName().string(),
1055 pMergedInfo->itemAt(matchIdx).getSourceName().string());
1300 pNewSorted->add(pContents->itemAt(contIdx));
1304 pNewSorted->add(pMergedInfo->itemAt(mergeIdx));
1306 } else if (pMergedInfo->itemAt(mergeIdx) == pContents->itemAt(contIdx))
1309 pNewSorted->add(pContents->itemAt(contIdx));
1312 } else if (pMergedInfo->itemAt(mergeIdx) < pContents->itemAt(contIdx))
1315 pNewSorted->add(pMergedInfo->itemAt(mergeIdx));
1319 assert(pContents->itemAt(contIdx) < pMergedInfo->itemAt(mergeIdx));
1320 pNewSorted->add(pContents->itemAt(contIdx));
1338 if (strcmp(pContents->itemAt(i).mFileName,
1339 pMergedInfo->itemAt(j).mFileName) == 0)
1348 pMergedInfo->add(pContents->itemAt(i));