Searched defs:copyFile (Results 1 - 4 of 4) sorted by path

/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/ojluni/src/main/java/sun/nio/fs/
H A DUnixCopyFile.java219 private static void copyFile(UnixPath source, method in class:UnixCopyFile
471 copyFile(source, sourceAttrs, target, flags, 0L);
581 copyFile(source, sourceAttrs, target, flags, 0L);
589 copyFile(source, attrsToCopy, target, flags,
/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.java100 copyFile(contentFile, copyOfContentFile);
172 private static void copyFile(File from, File to) throws IOException { method in class:MainActivity

Completed in 996 milliseconds