HomeSort by relevance Sort by last modified time
    Searched defs:outPath (Results 1 - 14 of 14) sorted by null

  /build/tools/atree/
files.h 33 string outPath;
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
HttpFacade.java 137 String outPath = "/sdcard/Download/" + filename;
138 OutputStream output = new FileOutputStream(new File(outPath));
140 Log.d("Downloaded file at " + outPath);
  /frameworks/base/tools/aapt2/util/
Files.cpp 159 std::string outPath;
161 appendPath(&outPath, part);
163 return outPath;
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
SwatDeprecated.java 170 String outPath = dstPrefix + inPath.substring(srcPrefix.length());
171 File outFile = new File(outPath);
176 throw new RuntimeException("no permission to overwrite file: " + outPath);
293 pw.println("warning: couldn't rename temp file to: " + outPath);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/
simpleKenny.c 85 char outPath[500];
217 _splitpath(outname, outDrive, outPath, outPrefix, outSuffix);
218 _makepath(bitrateFileName, outDrive, outPath, "bitrate", ".txt");
  /cts/tests/camera/libctscamera2jni/
native-camera-jni.cpp     [all...]
  /frameworks/base/core/java/android/app/backup/
BackupAgent.java     [all...]
  /frameworks/base/tools/aapt2/link/
Link.cpp 134 static bool copyFileToArchive(io::IFile* file, const std::string& outPath,
160 context->getDiagnostics()->note(DiagMessage() << "writing " << outPath << " to archive");
163 if (writer->startEntry(outPath, compressionFlags)) {
171 context->getDiagnostics()->error(DiagMessage() << "failed to write file " << outPath);
731 std::string outPath = mOptions.generateJavaClassPath.value();
732 file::appendPath(&outPath, file::packageToPath(util::utf16ToUtf8(outPackage)));
733 if (!file::mkdirs(outPath)) {
735 DiagMessage() << "failed to create directory '" << outPath << "'");
739 file::appendPath(&outPath, "R.java");
741 std::ofstream fout(outPath, std::ofstream::binary)
    [all...]
  /prebuilts/tools/common/api-generator/
api-generator-22.9.1.jar 
api-generator-22.9.2.jar 
api-generator-22.9.3.jar 
api-generator-22.9.4.jar 
api-generator-25.0.0.jar 
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 

Completed in 824 milliseconds