Home | History | Annotate | Download | only in androidfw

Lines Matching defs:paths

208     // new paths are always added at the end
298 const String8 paths[2] = { String8(targetApkPath), String8(overlayApkPath) };
304 ap.path = paths[i];
475 * To find a particular file, we have to try up to eight paths with
479 * with illegal characters or "../" backward relative paths.