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

1 2

  /development/tools/idegen/src/com/android/idegen/
IntellijProject.java 162 File destDir = new File(toDir, file.getName());
163 if (!destDir.exists()) {
164 destDir.mkdirs();
166 copyTemplates(file, destDir);
  /external/chromium_org/third_party/icu/source/tools/gensprep/
gensprep.c 83 DESTDIR,
111 "\t-d or --destdir destination directory, followed by the path\n"
139 const char *srcDir=NULL, *destDir=NULL, *icuUniDataDir=NULL;
149 options[DESTDIR].value=u_getDataDirectory();
172 destDir=options[DESTDIR].value;
198 generateData(destDir, bundleName);
258 generateData(destDir, bundleName);
  /external/icu/icu4c/source/tools/gensprep/
gensprep.c 84 DESTDIR,
112 "\t-d or --destdir destination directory, followed by the path\n"
140 const char *srcDir=NULL, *destDir=NULL, *icuUniDataDir=NULL;
150 options[DESTDIR].value=u_getDataDirectory();
173 destDir=options[DESTDIR].value;
199 generateData(destDir, bundleName);
259 generateData(destDir, bundleName);
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileUtils.java 553 * @param destDir the directory to place the copy in, must not be <code>null</code>
560 public static void copyFileToDirectory(File srcFile, File destDir) throws IOException {
561 copyFileToDirectory(srcFile, destDir, true);
573 * @param destDir the directory to place the copy in, must not be <code>null</code>
583 public static void copyFileToDirectory(File srcFile, File destDir, boolean preserveFileDate) throws IOException {
584 if (destDir == null) {
587 if (destDir.exists() && destDir.isDirectory() == false) {
588 throw new IllegalArgumentException("Destination '" + destDir + "' is not a directory");
590 copyFile(srcFile, new File(destDir, srcFile.getName()), preserveFileDate)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AddSupportJarAction.java 472 IFileStore destDir = fileSystem.getStore(newProject.getLocationURI());
473 sourceDir.copy(destDir, EFS.OVERWRITE, null);
476 destDir.getChild(SdkConstants.SRC_FOLDER).mkdir(0, null /*monitor*/);
483 destDir.toLocalFile(EFS.NONE, new NullProgressMonitor()).getPath(),
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-netrexx.jar 
ant-jai.jar 
ant-junit.jar 
ant-nodeps.jar 
ant.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectCreator.java 650 IFileStore destDir = new ReadWriteFileStore(
653 sourceDir.copy(destDir, EFS.OVERWRITE, null);
    [all...]
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-io-2.2.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-2.0/1.5/
gmaven-runtime-2.0-1.5.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-archiver/2.2/
plexus-archiver-2.2.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/1.0/
plexus-archiver-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/2.2/
plexus-archiver-2.2.jar 

Completed in 453 milliseconds

1 2