Home | History | Annotate | Download | only in backup

Lines Matching defs:outPath

844             String outPath = outFile.getCanonicalPath();
845 if (outPath.startsWith(basePath + File.separatorChar)) {
846 if (DEBUG) Log.i(TAG, "[" + domain + " : " + path + "] mapped to " + outPath);
852 Log.e(TAG, "Cross-domain restore attempt: " + outPath);