Searched refs:outPath (Results 1 – 6 of 6) 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 | render_pictures_main.cpp | 126 SkString outPath; in write_image_to_file() local 131 outPath = SkOSPath::Join(dir.c_str(), name.c_str()); in write_image_to_file() 132 SkFILEWStream fileStream(outPath.c_str()); in write_image_to_file() 134 SkDebugf("Failed to write encoded data to \"%s\"\n", outPath.c_str()); in write_image_to_file()
|
D | create_test_font.cpp | 128 SkString outPath(SkOSPath::Join(".", "tools")); in font_header() local 129 outPath = SkOSPath::Join(outPath.c_str(), "test_font_data.cpp"); in font_header() 130 FILE* out = fopen(outPath.c_str(), "w"); in font_header()
|
/external/boringssl/src/util/ |
D | doc.go | 473 func generate(outPath string, config *Config) (map[string]string, error) { 546 filename := filepath.Join(outPath, header.Name+".html") 561 func generateIndex(outPath string, config *Config, headerDescriptions map[string]string) error { 595 …file, err := os.OpenFile(filepath.Join(outPath, "headers.html"), os.O_CREATE|os.O_TRUNC|os.O_WRONL…
|
/external/skia/src/pdf/ |
D | SkPDFDevice.cpp | 342 SkPath* outPath) { in calculate_inverse_path() argument 348 return Op(clipPath, invPath, kIntersect_PathOp, outPath); in calculate_inverse_path()
|