Lines Matching refs:idmap
244 if (mAssetPaths[i].idmap == idmapPath) { in addOverlayPath()
250 Asset* idmap = NULL; in addOverlayPath() local
251 if ((idmap = openAssetFromFileLocked(idmapPath, Asset::ACCESS_BUFFER)) == NULL) { in addOverlayPath()
258 if (!ResTable::getIdmapInfo(idmap->getBuffer(false), idmap->getLength(), in addOverlayPath()
261 delete idmap; in addOverlayPath()
264 delete idmap; in addOverlayPath()
287 oap.idmap = idmapPath; in addOverlayPath()
551 Asset* idmap = openIdmapLocked(ap); in appendPathToResTable() local
586 sharedRes->add(ass, idmap, nextEntryIdx + 1, false); in appendPathToResTable()
615 mResources->add(ass, idmap, nextEntryIdx + 1, !shared, appAsLib, ap.isSystemAsset); in appendPathToResTable()
627 if (idmap != NULL) { in appendPathToResTable()
628 delete idmap; in appendPathToResTable()
692 if (ap.idmap.size() != 0) { in openIdmapLocked()
694 openAssetFromFileLocked(ap.idmap, Asset::ACCESS_BUFFER); in openIdmapLocked()
696 ALOGV("loading idmap %s\n", ap.idmap.c_str()); in openIdmapLocked()
698 ALOGW("failed to load idmap %s\n", ap.idmap.c_str()); in openIdmapLocked()
732 oap.idmap = String8(space + 1, newline - space - 1); in addSystemOverlays()