Lines Matching refs:overlayPath
249 String8 overlayPath;
251 NULL, NULL, NULL, &targetPath, &overlayPath)) {
258 if (overlayPath != packagePath) {
260 idmapPath.string(), packagePath.string(), overlayPath.string());
271 if (access(overlayPath.string(), R_OK) != 0) {
272 ALOGW("failed to access file %s: %s\n", overlayPath.string(), strerror(errno));
277 oap.path = overlayPath;
278 oap.type = ::getFileType(overlayPath.string());
281 ALOGD("Overlay added: targetPath=%s overlayPath=%s idmapPath=%s\n",
282 targetPath.string(), overlayPath.string(), idmapPath.string());