Lines Matching refs:idmap
243 if (mAssetPaths[i].idmap == idmapPath) { in addOverlayPath()
249 Asset* idmap = NULL; in addOverlayPath() local
250 if ((idmap = openAssetFromFileLocked(idmapPath, Asset::ACCESS_BUFFER)) == NULL) { in addOverlayPath()
257 if (!ResTable::getIdmapInfo(idmap->getBuffer(false), idmap->getLength(), in addOverlayPath()
260 delete idmap; in addOverlayPath()
263 delete idmap; in addOverlayPath()
286 oap.idmap = idmapPath; in addOverlayPath()
550 Asset* idmap = openIdmapLocked(ap); in appendPathToResTable() local
585 sharedRes->add(ass, idmap, nextEntryIdx + 1, false); in appendPathToResTable()
614 mResources->add(ass, idmap, nextEntryIdx + 1, !shared, appAsLib, ap.isSystemAsset); in appendPathToResTable()
626 if (idmap != NULL) { in appendPathToResTable()
627 delete idmap; in appendPathToResTable()
691 if (ap.idmap.size() != 0) { in openIdmapLocked()
693 openAssetFromFileLocked(ap.idmap, Asset::ACCESS_BUFFER); in openIdmapLocked()
695 ALOGV("loading idmap %s\n", ap.idmap.string()); in openIdmapLocked()
697 ALOGW("failed to load idmap %s\n", ap.idmap.string()); in openIdmapLocked()
731 oap.idmap = String8(space + 1, newline - space - 1); in addSystemOverlays()