Home
last modified time | relevance | path

Searched refs:copyFile (Results 1 – 15 of 15) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DURLClassLoaderTest.java231 Support_Resources.copyFile(resources, "JarIndex", "hyts_11.jar"); in test_findClassLjava_lang_String()
232 Support_Resources.copyFile(resources, "JarIndex", "hyts_12.jar"); in test_findClassLjava_lang_String()
233 Support_Resources.copyFile(resources, "JarIndex", "hyts_13.jar"); in test_findClassLjava_lang_String()
234 Support_Resources.copyFile(resources, "JarIndex", "hyts_14.jar"); in test_findClassLjava_lang_String()
248 Support_Resources.copyFile(resources, "JarIndex", "hyts_21.jar"); in test_findClassLjava_lang_String()
249 Support_Resources.copyFile(resources, "JarIndex", "hyts_22.jar"); in test_findClassLjava_lang_String()
250 Support_Resources.copyFile(resources, "JarIndex", "hyts_23.jar"); in test_findClassLjava_lang_String()
292 Support_Resources.copyFile(resources, "JarIndex", "hyts_22-new.jar"); in test_findClassLjava_lang_String()
296 Support_Resources.copyFile(resources, "JarIndex", "hyts_11.jar"); in test_findClassLjava_lang_String()
308 Support_Resources.copyFile(resources, "JarIndex", "hyts_41.jar"); in test_findClassLjava_lang_String()
[all …]
/external/boringssl/src/util/
Drun_android_tests.go155 func copyFile(dst, src string) error { func
273 …if err := copyFile(filepath.Join(tmpDir, "build", binary), filepath.Join(*buildDir, binary)); err …
281 if err := copyFile(filepath.Join(tmpDir, file), file); err != nil {
Ddoc.go675 func copyFile(outPath string, inFilePath string) error { func
724 if err := copyFile(*outputDir, "doc.css"); err != nil {
/external/apache-harmony/support/src/test/java/tests/support/resource/
DSupport_Resources.java51 copyFile(resources, folder, name); in getURL()
78 public static void copyFile(File root, String folder, String file) { in copyFile() method in Support_Resources
/external/testng/src/main/java/org/testng/reporters/
DFiles.java46 public static void copyFile(InputStream from, File to) throws IOException { in copyFile() method in Files
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
DInstrumentMojo.java80 FileUtils.copyFile(source, backup); in executeMojo()
/external/testng/src/main/java/org/testng/reporters/jq/
DMain.java83 Files.copyFile(is, new File(m_outputDirectory, fileName)); in generateReport()
/external/emma/core/java12/com/vladium/emma/instr/
DInstrProcessorST.java414 boolean copyFile = false; in handleFile()
540 copyFile = fullcopymode; in handleFile()
546 copyFile = fullcopymode; in handleFile()
549 if (copyFile) in handleFile()
/external/doclava/src/com/google/doclava/
DClearPage.java159 public static void copyFile(boolean allowExcepted, File from, String toPath, Boolean append) { in copyFile() method in ClearPage
DSampleCode.java214 ClearPage.copyFile(false, f, prefixRoot + path, false); in writeProjectDirectory()
228 ClearPage.copyFile(false, f, prefixRoot + path, false); in writeProjectDirectory()
DPageMetadata.java670 ClearPage.copyFile(true, f, unifiedFilename, true); in appendExtrasMetadata()
DDoclava.java1024 ClearPage.copyFile(allowExcepted, f, templ, append); in writeDirectory()
/external/testng/src/main/java/org/testng/xml/
DLaunchSuite.java95 Utils.copyFile(m_suitePath, result); in save()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
DDiskLruCacheTest.java727 copyFile(journalFile, journalBkpFile); in journalFileIsPreferredOverBackupFile()
1389 private void copyFile(File from, File to) throws IOException { in copyFile() method in DiskLruCacheTest
/external/testng/src/main/java/org/testng/internal/
DUtils.java750 public static void copyFile(File from, File to) { in copyFile() method in Utils