Home | History | Annotate | Download | only in androidfw

Lines Matching full:targetpath

260     String8 targetPath;
263 NULL, NULL, NULL, &targetPath, &overlayPath)) {
275 if (access(targetPath.string(), R_OK) != 0) {
276 ALOGW("failed to access file %s: %s\n", targetPath.string(), strerror(errno));
293 ALOGD("Overlay added: targetPath=%s overlayPath=%s idmapPath=%s\n",
294 targetPath.string(), overlayPath.string(), idmapPath.string());