Home | History | Annotate | Download | only in androidfw

Lines Matching refs:mAssetPaths

193     for (size_t i=0; i<mAssetPaths.size(); i++) {
194 if (mAssetPaths[i].path == ap.path) {
206 mAssetPaths.add(ap);
210 *cookie = static_cast<int32_t>(mAssetPaths.size());
218 mAssetPaths.add(oap);
235 for (size_t i = 0; i < mAssetPaths.size(); ++i) {
236 if (mAssetPaths[i].idmap == idmapPath) {
284 mAssetPaths.add(oap);
285 *cookie = static_cast<int32_t>(mAssetPaths.size());
332 return next > mAssetPaths.size() ? -1 : next;
339 if (which < mAssetPaths.size()) {
340 return mAssetPaths[which].path;
485 LOG_FATAL_IF(mAssetPaths.size() == 0, "No assets added to AssetManager");
498 size_t i = mAssetPaths.size();
502 assetName.string(), mAssetPaths.itemAt(i).path.string());
503 Asset* pAsset = openNonAssetInPathLocked(assetName.string(), mode, mAssetPaths.itemAt(i));
522 LOG_FATAL_IF(mAssetPaths.size() == 0, "No assets added to AssetManager");
532 size_t i = mAssetPaths.size();
535 ALOGV("Looking for non-asset '%s' in '%s'\n", fileName, mAssetPaths.itemAt(i).path.string());
537 fileName, mode, mAssetPaths.itemAt(i));
553 LOG_FATAL_IF(mAssetPaths.size() == 0, "No assets added to AssetManager");
558 if (which < mAssetPaths.size()) {
560 mAssetPaths.itemAt(which).path.string());
562 fileName, mode, mAssetPaths.itemAt(which));
704 LOG_FATAL_IF(mAssetPaths.size() == 0, "No assets added to AssetManager");
715 const size_t N = mAssetPaths.size();
717 bool empty = appendPathToResTable(mAssetPaths.itemAt(i));
796 const_cast<AssetManager*>(this)->mAssetPaths.add(oap);
1194 LOG_FATAL_IF(mAssetPaths.size() == 0, "No assets added to AssetManager");
1215 size_t i = mAssetPaths.size();
1218 const asset_path& ap = mAssetPaths.itemAt(i);
1257 LOG_FATAL_IF(mAssetPaths.size() == 0, "No assets added to AssetManager");
1271 if (which < mAssetPaths.size()) {
1272 const asset_path& ap = mAssetPaths.itemAt(which);
1754 size_t i = mAssetPaths.size();
1757 const asset_path& ap = mAssetPaths.itemAt(i);