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

1 2 3

  /development/tools/idegen/src/com/android/idegen/
IntellijProject.java 174 File destDir = new File(toDir, file.getName());
175 if (!destDir.exists()) {
176 destDir.mkdirs();
178 copyTemplates(file, destDir);
  /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);
  /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/services/
AbstractCopyJobTest.java 126 Uri destDir = mDocs.createFolder(testDir, "theDescendent");
130 destDir).run();
  /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 
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
XLIFF2ICUConverter.java 43 private static final int DESTDIR = 3;
53 UOption.DESTDIR(),
144 private String destDir = null;
174 if(options[DESTDIR].doesOccur) {
175 destDir = options[DESTDIR].value;
196 if(destDir==null){
197 destDir = ".";
220 "-d or --destdir destination directory, followed by the path, default is current directory.\n" +
244 if (destDir != null && fName != null)
    [all...]
  /external/testng/ant/3rdparty/
DTDDoc.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...]
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-io-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/1.4/
commons-io-1.4.jar 
  /external/guice/extensions/struts2/lib/
commons-io-1.3.2.jar 
ant-1.6.5.jar 
  /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/offline-m2/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /external/guice/extensions/persist/lib/
commons-io.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-dependency-plugin/2.8/
maven-dependency-plugin-2.8.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-2.0/1.5/
gmaven-runtime-2.0-1.5.jar 

Completed in 185 milliseconds

1 2 3