HomeSort by relevance Sort by last modified time
    Searched defs:dstDir (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
Deprecator.java 63 File dstDir = null;
76 dstDir = new File(dstPath);
77 if (!dstDir.exists()) {
78 if (!dstDir.mkdirs()) {
81 } else if (!dstDir.isDirectory()) {
97 System.out.println("dst: " + dstDir.getCanonicalPath());
102 new Deprecator(undep, log).process(srcDir, dstDir);
139 void process(File srcDir, File dstDir) {
143 File d = new File(dstDir, f.getName());
  /build/make/tools/libhost/
CopyFile.c 545 char* dstDir = NULL;
597 free(dstDir);

Completed in 79 milliseconds