Home
last modified time | relevance | path

Searched refs:outPath (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/backup/
DBackupAgent.java557 String outPath = outFile.getCanonicalPath(); in onRestoreFile() local
558 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()
/frameworks/compile/slang/
Dslang_rs_reflect_utils.h116 bool startFile(const std::string &outPath, const std::string &outFileName,