Searched defs:outPath (Results 1 - 8 of 8) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DPlistReporter.cpp35 void arcmt::writeARCDiagsToPlist(const std::string &outPath, argument
60 llvm::raw_fd_ostream o(outPath.c_str(), errMsg, llvm::sys::fs::F_Text);
62 llvm::errs() << "error: could not create file: " << outPath << '\n';
/external/chromium_org/third_party/skia/tools/
H A Drender_pictures_main.cpp122 SkString outPath; local
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());
H A Dskimage_main.cpp673 SkString outPath; local
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());
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/
H A DsimpleKenny.c85 char outPath[500]; local
234 _splitpath(outname, outDrive, outPath, outPrefix, outSuffix);
235 _makepath(bitrateFileName, outDrive, outPath, "bitrate", ".txt");
/external/skia/tools/
H A Drender_pictures_main.cpp122 SkString outPath; local
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());
H A Dskimage_main.cpp673 SkString outPath; local
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());
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFDevice.cpp351 * outPath may alias with invPath (since this is supported by PathOps).
354 SkPath* outPath) {
360 return Op(clipPath, invPath, kIntersect_PathOp, outPath);
353 calculate_inverse_path(const SkRect& bounds, const SkPath& invPath, SkPath* outPath) argument
/external/skia/src/pdf/
H A DSkPDFDevice.cpp351 * outPath may alias with invPath (since this is supported by PathOps).
354 SkPath* outPath) {
360 return Op(clipPath, invPath, kIntersect_PathOp, outPath);
353 calculate_inverse_path(const SkRect& bounds, const SkPath& invPath, SkPath* outPath) argument

Completed in 287 milliseconds