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

  /build/tools/atree/
files.h 33 string outPath;
  /external/chromium_org/third_party/skia/tools/
render_pictures_main.cpp 122 SkString outPath;
127 outPath = SkOSPath::SkPathJoin(dir.c_str(), name.c_str());
128 SkFILEWStream fileStream(outPath.c_str());
130 SkDebugf("Failed to write encoded data to \"%s\"\n", outPath.c_str());
skimage_main.cpp 673 SkString outPath;
674 make_outname(&outPath, writePath->c_str(), filename, suffix_for_type(type));
675 SkFILEWStream file(outPath.c_str());
677 gSuccessfulDecodes.push_back().appendf("\twrote %s", outPath.c_str());
679 gEncodeFailures.push_back().printf("Failed to write %s", outPath.c_str());
    [all...]
  /external/skia/tools/
render_pictures_main.cpp 122 SkString outPath;
127 outPath = SkOSPath::SkPathJoin(dir.c_str(), name.c_str());
128 SkFILEWStream fileStream(outPath.c_str());
130 SkDebugf("Failed to write encoded data to \"%s\"\n", outPath.c_str());
skimage_main.cpp 673 SkString outPath;
674 make_outname(&outPath, writePath->c_str(), filename, suffix_for_type(type));
675 SkFILEWStream file(outPath.c_str());
677 gSuccessfulDecodes.push_back().appendf("\twrote %s", outPath.c_str());
679 gEncodeFailures.push_back().printf("Failed to write %s", outPath.c_str());
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/
simpleKenny.c 85 char outPath[500];
234 _splitpath(outname, outDrive, outPath, outPrefix, outSuffix);
235 _makepath(bitrateFileName, outDrive, outPath, "bitrate", ".txt");
  /frameworks/base/core/java/android/app/backup/
BackupAgent.java 557 String outPath = outFile.getCanonicalPath();
558 if (outPath.startsWith(basePath + File.separatorChar)) {
559 if (DEBUG) Log.i(TAG, "[" + domain + " : " + path + "] mapped to " + outPath);
565 Log.e(TAG, "Cross-domain restore attempt: " + outPath);
    [all...]
  /prebuilts/tools/common/api-generator/
api-generator-22.9.1.jar 

Completed in 316 milliseconds