Searched refs:outPath (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/ARCMigrate/ |
D | PlistReporter.cpp | 35 void arcmt::writeARCDiagsToPlist(const std::string &outPath, in writeARCDiagsToPlist() argument 60 llvm::raw_fd_ostream o(outPath, EC, llvm::sys::fs::F_Text); in writeARCDiagsToPlist() 62 llvm::errs() << "error: could not create file: " << outPath << '\n'; in writeARCDiagsToPlist()
|
D | Internals.h | 44 void writeARCDiagsToPlist(const std::string &outPath,
|
/external/skia/tools/ |
D | create_test_font.cpp | 65 SkString outPath(SkOSPath::Join(".", "tools")); in font_header() local 66 outPath = SkOSPath::Join(outPath.c_str(), "test_font_"); in font_header() 75 outPath.append(fam); in font_header() 76 outPath.append(".cpp"); in font_header() 77 FILE* out = fopen(outPath.c_str(), "w"); in font_header()
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | SwatDeprecated.java | 170 String outPath = dstPrefix + inPath.substring(srcPrefix.length()); in processFile() local 171 File outFile = new File(outPath); in processFile() 176 throw new RuntimeException("no permission to overwrite file: " + outPath); in processFile() 293 pw.println("warning: couldn't rename temp file to: " + outPath); in processFile()
|
/external/boringssl/src/util/ |
D | doc.go | 512 func generate(outPath string, config *Config) (map[string]string, error) { 593 filename := filepath.Join(outPath, header.Name+".html") 607 func generateIndex(outPath string, config *Config, headerDescriptions map[string]string) error { 641 …file, err := os.OpenFile(filepath.Join(outPath, "headers.html"), os.O_CREATE|os.O_TRUNC|os.O_WRONL… 654 func copyFile(outPath string, inFilePath string) error { 659 return ioutil.WriteFile(filepath.Join(outPath, filepath.Base(inFilePath)), bytes, 0666)
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/ |
D | HttpFacade.java | 137 String outPath = "/sdcard/Download/" + filename; in httpDownloadFile() local 138 OutputStream output = new FileOutputStream(new File(outPath)); in httpDownloadFile() 140 Log.d("Downloaded file at " + outPath); in httpDownloadFile()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ |
D | simpleKenny.c | 85 char outPath[500]; in main() local 217 _splitpath(outname, outDrive, outPath, outPrefix, outSuffix); in main() 218 _makepath(bitrateFileName, outDrive, outPath, "bitrate", ".txt"); in main()
|
/external/skia/src/pdf/ |
D | SkPDFDevice.cpp | 345 SkPath* outPath) { in calculate_inverse_path() argument 351 return Op(clipPath, invPath, kIntersect_SkPathOp, outPath); in calculate_inverse_path()
|