Lines Matching refs:idmap
194 oap.idmap = idmapPathForPackagePath(overlayPath); in addAssetPath()
196 if (isIdmapStaleLocked(ap.path, oap.path, oap.idmap)) { in addAssetPath()
197 addOverlay = createIdmapFileLocked(ap.path, oap.path, oap.idmap); in addAssetPath()
623 Asset* idmap = openIdmapLocked(ap); in getResTable() local
653 sharedRes->add(ass, (void*)(i+1), false, idmap); in getResTable()
677 rt->add(ass, (void*)(i+1), !shared, idmap); in getResTable()
684 if (idmap != NULL) { in getResTable()
685 delete idmap; in getResTable()
724 if (ap.idmap.size() != 0) { in openIdmapLocked()
726 openAssetFromFileLocked(ap.idmap, Asset::ACCESS_BUFFER); in openIdmapLocked()
728 ALOGV("loading idmap %s\n", ap.idmap.string()); in openIdmapLocked()
730 ALOGW("failed to load idmap %s\n", ap.idmap.string()); in openIdmapLocked()