Home | History | Annotate | Download | only in androidfw

Lines Matching full:targetpath

248     String8 targetPath;
251 NULL, NULL, NULL, &targetPath, &overlayPath)) {
263 if (access(targetPath.string(), R_OK) != 0) {
264 ALOGW("failed to access file %s: %s\n", targetPath.string(), strerror(errno));
281 ALOGD("Overlay added: targetPath=%s overlayPath=%s idmapPath=%s\n",
282 targetPath.string(), overlayPath.string(), idmapPath.string());