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

1 2 3

  /cts/tools/signature-tools/src/signature/converter/
Main.java 47 String targetFile = args[++at];
74 externalizer.externalizeApi(targetFile, factory.loadApi(name,
  /external/qemu/android/tools/
gen-hw-config.py 56 targetFile = sys.argv[2]
117 if targetFile == '--':
120 out = open(targetFile,"wb")
  /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);
  /cts/tests/tests/security/src/android/security/cts/
BrowserTest.java 150 String targetFile = "file://" + getTargetFilePath();
158 " client.open('GET', '" + targetFile + "');\n" +
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
SnapshotDialogFragment.java 131 File targetFile = parent.getOutputMediaFile(TestingCamera.MEDIA_TYPE_IMAGE);
132 if (targetFile == null) {
137 parent.log("File name: " + targetFile.toString());
139 FileOutputStream out = new FileOutputStream(targetFile);
143 parent.notifyMediaScannerOfFile(targetFile, this);
144 updateExif(targetFile);
152 private void updateExif(File targetFile) {
155 ExifInterface exif = new ExifInterface(targetFile.toString());
200 append(targetFile.toString()).append("\n\n");
  /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 972 const char *targetFile = targetEntryPath(&helper, pEntry);
973 if (targetFile == NULL) {
983 if (callback != NULL) callback(targetFile, cookie);
994 targetFile, UNZIP_DIRMODE, timestamp, false, sehnd);
997 targetFile, strerror(errno));
1001 LOGD("Extracted dir \"%s\"\n", targetFile);
1008 targetFile, UNZIP_DIRMODE, timestamp, true, sehnd);
1011 targetFile, strerror(errno));
1026 targetFile);
1039 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 624 final File targetFile = new File(mResolvedStageDir, targetName);
625 if (!file.equals(targetFile)) {
626 file.renameTo(targetFile);
631 mResolvedBaseFile = targetFile;
634 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 
  /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 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-compiler-plugin/0.20.0/
tycho-compiler-plugin-0.20.0.jar 
  /packages/apps/Browser/src/com/android/browser/
Controller.java     [all...]
  /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 321 milliseconds

1 2 3