HomeSort by relevance Sort by last modified time
    Searched defs:targetFile (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 398 final File targetFile = new File(targetDir, targetName);
400 Slog.d(TAG, "Copying " + sourceFile + " to " + targetFile);
401 if (!FileUtils.copyFile(sourceFile, targetFile)) {
402 throw new IOException("Failed to copy " + sourceFile + " to " + targetFile);
412 Os.chmod(targetFile.getAbsolutePath(), 0640);
415 Os.chmod(targetFile.getAbsolutePath(), 0644);
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
MakeCopy.java 210 File targetFile = new File(targetDir, layoutFile.getName());
213 appender = new FileWriter(targetFile, true);
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
SnapshotDialogFragment.java 152 File targetFile = parent.getOutputMediaFile(TestingCamera.MEDIA_TYPE_IMAGE);
153 if (targetFile == null) {
158 parent.log("File name: " + targetFile.toString());
160 FileOutputStream out = new FileOutputStream(targetFile);
164 parent.notifyMediaScannerOfFile(targetFile, this);
165 updateExif(targetFile);
173 private void updateExif(File targetFile) {
176 ExifInterface exif = new ExifInterface(targetFile.toString());
221 append(targetFile.toString()).append("\n\n");
  /cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
CommonExternalStorageTest.java 172 final File targetFile = new File(
174 targetFiles.add(new File(targetFile, targetPackageName + ".gift"));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-antlr.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkGdbLaunchDelegate.java 374 String targetFile = solibFolder.append(remoteFileName).toString();
375 device.pullFile(remote, targetFile);
  /bootable/recovery/minzip/
Zip.c 916 const char *targetFile = targetEntryPath(&helper, pEntry);
917 if (targetFile == NULL) {
941 targetFile, UNZIP_DIRMODE, timestamp, true, sehnd);
944 targetFile, strerror(errno));
965 selabel_lookup(sehnd, &secontext, targetFile, UNZIP_FILEMODE);
969 int fd = open(targetFile, O_CREAT|O_WRONLY|O_TRUNC|O_SYNC,
979 targetFile, strerror(errno));
992 LOGE("Error extracting \"%s\"\n", targetFile);
997 if (timestamp != NULL && utime(targetFile, timestamp)) {
998 LOGE("Error touching \"%s\"\n", targetFile);
    [all...]
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
antlr3.jar 
  /frameworks/base/services/core/java/com/android/server/pm/
PackageInstallerSession.java 717 final File targetFile = new File(mResolvedStageDir, targetName);
718 if (!addedFile.equals(targetFile)) {
719 addedFile.renameTo(targetFile);
724 mResolvedBaseFile = targetFile;
727 mResolvedStagedFiles.add(targetFile);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandler.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20100503.jar 
org.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jar 
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
Demo.java 598 String targetFile = sourceFile.getCanonicalPath();
599 int dotPos = targetFile.lastIndexOf('.');
600 if (dotPos >= 0) targetFile = targetFile.substring(0,dotPos);
601 targetFile += variant;
603 File outFile = new File(targetFile + ".html");
717 outFile = new File(targetFile + "_Sets.html");
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20130327-2119.jar 
org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20130327-2119.jar 
org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20130327-2119.jar 
  /frameworks/base/core/java/android/app/
ContextImpl.java 415 final File targetFile = new File(targetDir, sourceFile.getName());
416 Log.d(TAG, "Migrating " + sourceFile + " to " + targetFile);
418 FileUtils.copyFileOrThrow(sourceFile, targetFile);
419 FileUtils.copyPermissions(sourceFile, targetFile);
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-compiler-plugin/0.20.0/
tycho-compiler-plugin-0.20.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-p2-facade/0.20.0/
tycho-p2-facade-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-p2-facade/0.18.1/
tycho-p2-facade-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/tools/common/m2/repository/org/apache/felix/maven-bundle-plugin/2.3.6/
maven-bundle-plugin-2.3.6.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
pdebuild-ant.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-compiler-api/2.2/
plexus-compiler-api-2.2.jar 

Completed in 552 milliseconds

1 2 3 4