HomeSort by relevance Sort by last modified time
    Searched defs:outPath (Results 1 - 3 of 3) sorted by null

  /external/skia/tools/
skimage_main.cpp 91 SkString outPath;
92 make_outname(&outPath, outDir.c_str(), argv[i]);
93 SkDebugf(" writing %s\n", outPath.c_str());
94 SkImageEncoder::EncodeFile(outPath.c_str(), bitmap,
  /build/tools/atree/
files.h 33 string outPath;
  /frameworks/base/core/java/android/app/backup/
BackupAgent.java 517 String outPath = outFile.getCanonicalPath();
518 if (outPath.startsWith(basePath + File.separatorChar)) {
519 if (DEBUG) Log.i(TAG, "[" + domain + " : " + path + "] mapped to " + outPath);
525 Log.e(TAG, "Cross-domain restore attempt: " + outPath);

Completed in 4266 milliseconds