Home | History | Annotate | Download | only in androidfw

Lines Matching refs:idmapPath

231     const String8 idmapPath = idmapPathForPackagePath(packagePath);
236 if (mAssetPaths[i].idmap == idmapPath) {
243 if ((idmap = openAssetFromFileLocked(idmapPath, Asset::ACCESS_BUFFER)) == NULL) {
244 ALOGW("failed to open idmap file %s\n", idmapPath.string());
252 ALOGW("failed to read idmap file %s\n", idmapPath.string());
260 idmapPath.string(), packagePath.string(), overlayPath.string());
267 if (access(idmapPath.string(), R_OK) != 0) {
268 ALOGW("failed to access file %s: %s\n", idmapPath.string(), strerror(errno));
279 oap.idmap = idmapPath;
281 ALOGD("Overlay added: targetPath=%s overlayPath=%s idmapPath=%s\n",
282 targetPath.string(), overlayPath.string(), idmapPath.string());