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

  /external/chromium/third_party/icu/source/tools/genrb/
gendtjar.pl 210 local($jar, $jarFile, $tempDir, $dirToJar, $verbose) = @_;
234 $command = "$jar cvf $jarFile -C $tempDir $dirToJar";
236 $command = "$jar cf $jarFile -C $tempDir $dirToJar";
  /external/icu4c/tools/genrb/
gendtjar.pl 210 local($jar, $jarFile, $tempDir, $dirToJar, $verbose) = @_;
234 $command = "$jar cvf $jarFile -C $tempDir $dirToJar";
236 $command = "$jar cf $jarFile -C $tempDir $dirToJar";

Completed in 47 milliseconds