Home
last modified time | relevance | path

Searched defs:targetDirectory (Results 1 – 8 of 8) sorted by relevance

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/examples/
DExpander.java66 public void expand(File archive, File targetDirectory) throws IOException, ArchiveException { in expand()
84 …public void expand(String format, File archive, File targetDirectory) throws IOException, ArchiveE… in expand()
106 …public void expand(InputStream archive, File targetDirectory) throws IOException, ArchiveException… in expand()
120 public void expand(String format, InputStream archive, File targetDirectory) in expand()
135 public void expand(String format, SeekableByteChannel archive, File targetDirectory) in expand()
157 public void expand(final ArchiveInputStream archive, File targetDirectory) in expand()
184 public void expand(final ZipFile archive, File targetDirectory) in expand()
214 public void expand(final SevenZFile archive, File targetDirectory) in expand()
237 private void expand(ArchiveEntrySupplier supplier, EntryWriter writer, File targetDirectory) in expand()
/external/cldr/tools/java/org/unicode/cldr/util/
DFileCopier.java118 …public static void copy(Class<?> cls, String sourceFile, String targetDirectory, String newName) t… in copy()
155 …public static void copy(Class<?> cls, String sourceFile, String targetDirectory) throws IOExceptio… in copy()
162 public static void ensureDirectoryExists(String targetDirectory) { in ensureDirectoryExists()
/external/cldr/tools/java/org/unicode/cldr/tool/
DRegexModify.java29 .setMatch(".+")), targetDirectory(new Params() enumConstant
64 File targetDirectory = new File(MyOptions.targetDirectory.option.getValue()); in main() local
DXMLModify.java27 .setMatch(".+")), targetDirectory(new Params() enumConstant
DPivotData.java91 PivotData(Factory factory, String sourceDirectory, String targetDirectory) { in PivotData()
DShowKeyboards.java77 …"The source directory. CURRENTLY CAN’T BE CHANGED!!"), targetDirectory(".+", CLDRPaths.CHART_DIREC… enumConstant
/external/cldr/tools/java/org/unicode/cldr/icu/
DExtractICUData.java60 …String targetDirectory = CldrUtility.getProperty("target", CLDRPaths.GEN_DIRECTORY + "/translit/ge… in main() local
162 static void convertFile(String fileName, String targetDirectory) throws IOException { in convertFile()
/external/cldr/tools/java/org/unicode/cldr/draft/
DFileUtilities.java406 public static void copyFile(Class<?> class1, String sourceFile, String targetDirectory) { in copyFile()
410 …public static void copyFile(Class<?> class1, String sourceFile, String targetDirectory, String new… in copyFile()
414 …public static void copyFile(Class<?> class1, String sourceFile, String targetDirectory, String new… in copyFile()