Searched defs:copyFile (Results 1 - 3 of 3) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DControlTest.java377 static File copyFile(final URL src) throws IOException { method in class:ControlTest
470 final File copyFile = copyFile(srcFile);
473 if (null != URLLoader.getResourceAsStream(copyFile.toURL().toString())) {
484 changeProperties(copyFile);
/libcore/support/src/test/java/tests/support/resource/
H A DSupport_Resources.java68 copyFile(resources, folder, name);
97 public static File copyFile(File root, String folder, String file) { method in class:Support_Resources
/libcore/tzdata/update_test_app/src/libcore/tzdata/update_test_app/installupdatetestapp/
H A DMainActivity.java92 copyFile(contentFile, copyOfContentFile);
161 private static void copyFile(File from, File to) throws IOException { method in class:MainActivity

Completed in 198 milliseconds