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 61 File dstDir = null;
74 dstDir = new File(dstPath);
75 if (!dstDir.exists()) {
76 if (!dstDir.mkdirs()) {
79 } else if (!dstDir.isDirectory()) {
95 System.out.println("dst: " + dstDir.getCanonicalPath());
100 new Deprecator(undep, log).process(srcDir, dstDir);
137 void process(File srcDir, File dstDir) {
141 File d = new File(dstDir, f.getName());
  /build/libs/host/
CopyFile.c 537 char* dstDir = NULL;
587 free(dstDir);

Completed in 156 milliseconds