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

1 2 3

  /external/android-mock/src/com/google/android/testing/mocking/
FileUtils.java 73 File targetFile = new File(classFolder, getFilenameFor(clazz.getClassName()));
74 targetFile.getParentFile().mkdirs();
75 FileOutputStream outputStream = new FileOutputStream(targetFile);
  /cts/tools/signature-tools/src/signature/converter/
Main.java 47 String targetFile = args[++at];
74 externalizer.externalizeApi(targetFile, factory.loadApi(name,
  /external/jmonkeyengine/engine/src/desktop/com/jme3/system/
Natives.java 136 File targetFile = new File(getExtractionDir(), fullname);
139 if (targetFile.exists()) {
142 long targetLastModified = targetFile.lastModified();
152 out = new FileOutputStream(targetFile);
165 targetFile.setLastModified(conn.getLastModified());
174 System.load(targetFile.getAbsolutePath());
183 logger.log(Level.FINE, "Copied {0} to {1}", new Object[]{fullname, targetFile});
  /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");
  /bootable/recovery/minzip/
Zip.c 925 const char *targetFile = targetEntryPath(&helper, pEntry);
926 if (targetFile == NULL) {
950 targetFile, UNZIP_DIRMODE, timestamp, true, sehnd);
953 targetFile, strerror(errno));
974 selabel_lookup(sehnd, &secontext, targetFile, UNZIP_FILEMODE);
978 int fd = open(targetFile, O_CREAT|O_WRONLY|O_TRUNC|O_SYNC,
988 targetFile, strerror(errno));
1001 LOGE("Error extracting \"%s\"\n", targetFile);
1006 if (timestamp != NULL && utime(targetFile, timestamp)) {
1007 LOGE("Error touching \"%s\"\n", targetFile);
    [all...]
  /frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
SimpleCompilationTest.java 61 private ScopedException singleFileErrorTest(String resource, String targetFile,
65 copyResourceTo(resource, targetFile);
75 String extract = extract(targetFile, loc);
80 assertEquals(new File(testFolder, targetFile).getCanonicalFile(),
BaseCompilationTest.java 138 protected void copyResourceTo(String name, File targetFile) throws IOException {
139 File directory = targetFile.getParentFile();
142 FileOutputStream fos = new FileOutputStream(targetFile);
157 protected void copyResourceTo(String name, File targetFile, Map<String, String> replacements)
160 copyResourceTo(name, targetFile);
185 FileUtils.writeStringToFile(targetFile, out.toString());
  /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" +
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-antlr.jar 
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
antlr3.jar 
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
MakeCopy.java 203 File targetFile = new File(targetDir, layoutFile.getName());
206 appender = new FileWriter(targetFile, true);
  /frameworks/base/services/core/java/com/android/server/pm/
PackageInstallerSession.java 651 final File targetFile = new File(mResolvedStageDir, targetName);
652 if (!file.equals(targetFile)) {
653 file.renameTo(targetFile);
658 mResolvedBaseFile = targetFile;
661 mResolvedStagedFiles.add(targetFile);
    [all...]
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
ANTLR3.java 132 public void setTarget(File targetFile) {
133 log("Setting target to: " + targetFile.toString(), Project.MSG_VERBOSE);
134 this.target = targetFile;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jar 
org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20100503.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 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandler.java     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-compiler-plugin/0.20.0/
tycho-compiler-plugin-0.20.0.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);
  /prebuilts/tools/common/m2/repository/org/apache/felix/maven-bundle-plugin/2.3.6/
maven-bundle-plugin-2.3.6.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-compiler-api/2.2/
plexus-compiler-api-2.2.jar 

Completed in 1827 milliseconds

1 2 3