/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/ |
D | HttpFacade.java | 132 @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/boringssl/src/util/fipstools/ |
D | inject-hash.go | 33 func do(outPath, oInput string, arInput string) error { argument 159 return ioutil.WriteFile(outPath, objectBytes, 0644) 165 outPath := flag.String("o", "", "Path to output object") 169 if err := do(*outPath, *oInput, *arInput); err != nil {
|
D | break-hash.go | 31 func do(outPath, inPath string) error { argument 130 return ioutil.WriteFile(outPath, objectBytes, 0755)
|
/external/skia/tools/fonts/ |
D | create_test_font.cpp | 74 SkString outPath(SkOSPath::Join(".", "tools")); in font_header() local 75 outPath = SkOSPath::Join(outPath.c_str(), "fonts"); in font_header() 76 outPath = SkOSPath::Join(outPath.c_str(), "test_font_"); in font_header() 85 outPath.append(fam); in font_header() 86 outPath.append(".inc"); in font_header() 87 FILE* out = fopen(outPath.c_str(), "w"); in font_header()
|
/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/skqp/tools/ |
D | create_test_font.cpp | 74 SkString outPath(SkOSPath::Join(".", "tools")); in font_header() local 75 outPath = SkOSPath::Join(outPath.c_str(), "test_font_"); in font_header() 84 outPath.append(fam); in font_header() 85 outPath.append(".inc"); in font_header() 86 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 | 172 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/ |
D | doc.go | 550 func generate(outPath string, config *Config) (map[string]string, error) { 634 filename := filepath.Join(outPath, header.Name+".html") 648 func generateIndex(outPath string, config *Config, headerDescriptions map[string]string) error { 685 …file, err := os.OpenFile(filepath.Join(outPath, "headers.html"), os.O_CREATE|os.O_TRUNC|os.O_WRONL… 698 func copyFile(outPath string, inFilePath string) error { 703 return ioutil.WriteFile(filepath.Join(outPath, filepath.Base(inFilePath)), bytes, 0666)
|
/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/boringssl/src/fipstools/ |
D | run_cavp.go | 467 outPath := filepath.Join(respDir, test.inFile+".rsp") 468 outFile, err := os.OpenFile(outPath, os.O_CREATE|os.O_TRUNC|os.O_WRONLY, 0644)
|
/external/python/cpython3/Mac/BuildScript/ |
D | build-installer.py | 1316 def patchFile(inPath, outPath): argument 1327 fp = open(outPath, 'w') 1331 def patchScript(inPath, outPath): argument 1336 fp = open(outPath, 'w') 1339 os.chmod(outPath, STAT_0o755)
|
/external/python/cpython2/Mac/BuildScript/ |
D | build-installer.py | 1334 def patchFile(inPath, outPath): argument 1345 fp = open(outPath, 'w') 1349 def patchScript(inPath, outPath): argument 1354 fp = open(outPath, 'w') 1357 os.chmod(outPath, STAT_0o755)
|
/external/skqp/samplecode/ |
D | SampleAAGeometry.cpp | 1502 SkPath& outPath = fStrokes[index].fPath; in trim_strokes() local 1508 if (!outPath.getBounds().intersects(inPath.getBounds())) { in trim_strokes()
|
/external/skia/samplecode/ |
D | SampleAAGeometry.cpp | 1502 SkPath& outPath = fStrokes[index].fPath; in trim_strokes() local 1508 if (!outPath.getBounds().intersects(inPath.getBounds())) { in trim_strokes()
|
/external/skia/src/pdf/ |
D | SkPDFDevice.cpp | 255 SkPath* outPath) { in calculate_inverse_path() argument 261 return Op(clipPath, invPath, kIntersect_SkPathOp, outPath); in calculate_inverse_path()
|
/external/skqp/src/pdf/ |
D | SkPDFDevice.cpp | 255 SkPath* outPath) { in calculate_inverse_path() argument 261 return Op(clipPath, invPath, kIntersect_SkPathOp, outPath); in calculate_inverse_path()
|