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

  /external/deqp/scripts/
cppcheck.py 119 def runCppCheck (srcBaseDir, dstFile):
120 fullDstFile = os.path.realpath(dstFile)
142 dstFile = sys.argv[1]
144 runCppCheck(srcDir, dstFile)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
DexDumpAction.java 116 File dstFile = null;
156 dstFile = File.createTempFile(
174 final BufferedWriter writer = new BufferedWriter(new FileWriter(dstFile));
223 final String dstPath = dstFile.getAbsolutePath();
262 if (removeDstFile && dstFile != null) {
264 dstFile.delete();
268 dstFile.getAbsoluteFile());
  /build/libs/host/
CopyFile.c 483 char* dstFile;
505 dstFile = malloc(dstLen +1 + nameLen +1);
506 memcpy(dstFile, dst, dstLen);
507 dstFile[dstLen] = FSSEP;
508 memcpy(dstFile + dstLen+1, ent->d_name, nameLen +1);
510 if (copyFileRecursive(srcFile, dstFile, false, options) != 0)
514 free(dstFile);
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverTransfer.java 380 File dstFile = generateUniqueDestination(beamPath.getAbsolutePath(),
383 if (!srcFile.renameTo(dstFile)) {
384 if (DBG) Log.d(TAG, "Failed to rename from " + srcFile + " to " + dstFile);
388 mPaths.add(dstFile.getAbsolutePath());
389 mMimeTypes.put(dstFile.getAbsolutePath(), mimeType);
390 if (DBG) Log.d(TAG, "Did successful rename from " + srcFile + " to " + dstFile);
495 File dstFile = new File(path + File.separator + fileName);
497 while (dstFile.exists()) {
498 dstFile = new File(path + File.separator + fileNameWithoutExtension + "-" +
502 return dstFile;
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
Vp8CodecTestBase.java 496 FileOutputStream dstFile = new FileOutputStream(dstYuvFilename, false);
512 dstFile.write(dstFrame);
515 dstFile.close();
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aether-impl-0.9.0.M2.jar 
commons-io-2.2.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/sisu-equinox-launching/0.20.0/
sisu-equinox-launching-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/sisu-equinox-launching/0.18.1/
sisu-equinox-launching-0.18.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-packaging-plugin/0.20.0/
tycho-packaging-plugin-0.20.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 1860 milliseconds