Searched refs:outPath (Results 1 – 2 of 2) sorted by relevance
557 String outPath = outFile.getCanonicalPath(); in onRestoreFile() local558 if (outPath.startsWith(basePath + File.separatorChar)) { in onRestoreFile()559 if (DEBUG) Log.i(TAG, "[" + domain + " : " + path + "] mapped to " + outPath); in onRestoreFile()565 Log.e(TAG, "Cross-domain restore attempt: " + outPath); in onRestoreFile()
116 bool startFile(const std::string &outPath, const std::string &outFileName,