Home | History | Annotate | Download | only in androidfw

Lines Matching refs:overlayPath

240     String8 overlayPath;
242 NULL, NULL, NULL, &targetPath, &overlayPath)) {
249 if (overlayPath != packagePath) {
251 idmapPath.string(), packagePath.string(), overlayPath.string());
262 if (access(overlayPath.string(), R_OK) != 0) {
263 ALOGW("failed to access file %s: %s\n", overlayPath.string(), strerror(errno));
268 oap.path = overlayPath;
269 oap.type = ::getFileType(overlayPath.string());
272 ALOGD("Overlay added: targetPath=%s overlayPath=%s idmapPath=%s\n",
273 targetPath.string(), overlayPath.string(), idmapPath.string());