Home
last modified time | relevance | path

Searched refs:outPath (Results 1 – 13 of 13) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DHttpFacade.java132 @RpcParameter(name="outPath") @RpcOptional String outPath) throws IOException { in httpDownloadFile()
138 if (outPath != null && outPath.trim().length() != 0) { in httpDownloadFile()
140 if (outPath.startsWith("/")) { in httpDownloadFile()
141 outFile = new File(outPath); in httpDownloadFile()
143 outFile = new File(outFile, outPath); in httpDownloadFile()
146 if (outPath.endsWith("/")) { in httpDownloadFile()
148 throw new IOException("Failed to create the path: " + outPath); in httpDownloadFile()
176 Log.d("Downloaded file from " + url + " to " + outPath); in httpDownloadFile()
/external/clang/lib/ARCMigrate/
DPlistReporter.cpp35 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()
DInternals.h44 void writeARCDiagsToPlist(const std::string &outPath,
/external/skia/tools/
Dcreate_test_font.cpp65 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/
DSwatDeprecated.java172 String outPath = dstPrefix + inPath.substring(srcPrefix.length()); in processFile() local
173 File outFile = new File(outPath); in processFile()
178 throw new RuntimeException("no permission to overwrite file: " + outPath); in processFile()
295 pw.println("warning: couldn't rename temp file to: " + outPath); in processFile()
/external/boringssl/src/util/
Ddoc.go527 func generate(outPath string, config *Config) (map[string]string, error) {
611 filename := filepath.Join(outPath, header.Name+".html")
625 func generateIndex(outPath string, config *Config, headerDescriptions map[string]string) error {
662 …file, err := os.OpenFile(filepath.Join(outPath, "headers.html"), os.O_CREATE|os.O_TRUNC|os.O_WRONL…
675 func copyFile(outPath string, inFilePath string) error {
680 return ioutil.WriteFile(filepath.Join(outPath, filepath.Base(inFilePath)), bytes, 0666)
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/
DsimpleKenny.c85 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/samplecode/
DSampleAAGeometry.cpp1506 SkPath& outPath = fStrokes[index].fPath; in trim_strokes() local
1512 if (!outPath.getBounds().intersects(inPath.getBounds())) { in trim_strokes()
/external/skia/src/pdf/
DSkPDFDevice.cpp197 SkPath* outPath) { in calculate_inverse_path() argument
203 return Op(clipPath, invPath, kIntersect_SkPathOp, outPath); in calculate_inverse_path()
/external/robolectric/v3/runtime/
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...