HomeSort by relevance Sort by last modified time
    Searched refs:dstFile (Results 1 - 25 of 26) sorted by null

1 2

  /external/deqp/scripts/
cppcheck.py 139 def runCppCheck (srcBaseDir, dstFile):
140 fullDstFile = os.path.realpath(dstFile)
162 dstFile = sys.argv[1]
164 runCppCheck(srcDir, dstFile)
make_release.py 96 class DstFile (object):
97 def __init__ (self, dstFile):
98 self.dstFile = dstFile
101 dirName = os.path.dirname(self.dstFile)
108 class CopyFile (DstFile):
109 def __init__ (self, srcFile, dstFile):
110 super(CopyFile, self).__init__(dstFile)
115 if os.path.exists(self.dstFile):
116 die("%s already exists" % self.dstFile)
    [all...]
build_android_mustpass.py 334 dstFile = getDstCaseListPath(mustpass, package, config)
336 print " Writing deqp caselist: " + dstFile
337 writeFile(dstFile, "\n".join(filtered) + "\n")
  /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());
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
XmpPresets.java 61 Context context, Uri srcUri, File dstFile, ImagePreset preset) {
82 Log.v(LOGTAG, "Write XMP meta to file failed:" + dstFile.getAbsolutePath());
86 if (!XmpUtilHelper.writeXMPMeta(dstFile.getAbsolutePath(), xmpMeta)) {
87 Log.v(LOGTAG, "Write XMP meta to file failed:" + dstFile.getAbsolutePath());
SaveImage.java 463 * @param dstFile Providing the destination file info to help to build the
467 private Uri moveSrcToAuxIfNeeded(Uri srcUri, File dstFile) {
476 File auxDiretory = getLocalAuxDirectory(dstFile);
497 File newSrcFile = new File(auxDiretory, dstFile.getName());
505 String name = dstFile.getName();
521 private static File getLocalAuxDirectory(File dstFile) {
522 File dstDirectory = dstFile.getParentFile();
  /external/deqp/framework/qphelper/
gen_release_info.py 92 dstFile = args.out if args.out != None else defaultDstFile
94 writeFile(dstFile, releaseInfo)
  /build/libs/host/
CopyFile.c 484 char* dstFile;
506 dstFile = malloc(dstLen +1 + nameLen +1);
507 memcpy(dstFile, dst, dstLen);
508 dstFile[dstLen] = FSSEP;
509 memcpy(dstFile + dstLen+1, ent->d_name, nameLen +1);
511 if (copyFileRecursive(srcFile, dstFile, false, options) != 0)
515 free(dstFile);
  /packages/apps/Nfc/src/com/android/nfc/beam/
BeamTransferManager.java 402 File dstFile = generateUniqueDestination(beamPath.getAbsolutePath(),
405 if (!srcFile.renameTo(dstFile)) {
406 if (DBG) Log.d(TAG, "Failed to rename from " + srcFile + " to " + dstFile);
410 mPaths.add(dstFile.getAbsolutePath());
411 mMimeTypes.put(dstFile.getAbsolutePath(), mimeType);
412 if (DBG) Log.d(TAG, "Did successful rename from " + srcFile + " to " + dstFile);
513 File dstFile = new File(path + File.separator + fileName);
515 while (dstFile.exists()) {
516 dstFile = new File(path + File.separator + fileNameWithoutExtension + "-" +
520 return dstFile;
    [all...]
  /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
CopyTest.java 280 File dstFile = mStorage.getFile(DST, path);
281 assertNotNull(dstFile);
287 dst = new FileInputStream(dstFile);
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
CopyService.java 448 ParcelFileDescriptor dstFile = null;
455 dstFile = mDstClient.openFile(dstUri, "w", canceller);
457 dst = new ParcelFileDescriptor.AutoCloseOutputStream(dstFile);
470 dstFile.closeWithError(copyError.getMessage());
  /frameworks/rs/cpu_ref/
rsCpuExecutable.cpp 35 // Copy the file named \p srcFile to \p dstFile.
37 static int copyFile(const char *dstFile, const char *srcFile) {
43 std::ofstream dstStream(dstFile);
45 ALOGE("Could not verify or write destination file: %s", dstFile);
50 ALOGE("Could not write destination file: %s", dstFile);
  /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 
  /cts/tests/tests/media/src/android/media/cts/
Vp8CodecTestBase.java 470 FileOutputStream dstFile = new FileOutputStream(dstYuvFilename, false);
486 dstFile.write(dstFrame);
489 dstFile.close();
    [all...]
  /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/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 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 

Completed in 1284 milliseconds

1 2