Home
last modified time | relevance | path

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

12

/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/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DFileSystemView.java513 File copyFile = null; // non-null after block completes iff source file was copied in copy() local
572 copyFile = destView.store.copyWithoutContent(sourceFile, attributeCopyOption); in copy()
573 destParent.link(dest.name(), copyFile); in copy() local
581 lockSourceAndCopy(sourceFile, copyFile); in copy()
594 if (copyFile != null) { in copy()
601 sourceFile.copyContentTo(copyFile); in copy()
605 unlockSourceAndCopy(sourceFile, copyFile); in copy()
666 private void lockSourceAndCopy(File sourceFile, File copyFile) { in lockSourceAndCopy() argument
672 ReadWriteLock copyLock = copyFile.contentLock(); in lockSourceAndCopy()
682 private void unlockSourceAndCopy(File sourceFile, File copyFile) { in unlockSourceAndCopy() argument
[all …]
/external/boringssl/src/util/
Drun_android_tests.go248 func copyFile(dst, src string) error { func
383 …if err := copyFile(filepath.Join(tmpDir, "build", binary), filepath.Join(*buildDir, binary)); err …
395 …if err := copyFile(filepath.Join(tmpDir, "build", "lib", filepath.Base(library)), filepath.Join(*b…
405 if err := copyFile(filepath.Join(tmpDir, file), file); err != nil {
Ddoc.go721 func copyFile(outPath string, inFilePath string) error { func
770 if err := copyFile(*outputDir, "doc.css"); err != nil {
/external/cldr/tools/java/org/unicode/cldr/draft/
DFileUtilities.java413 public static void copyFile(Class<?> class1, String sourceFile, String targetDirectory) { in copyFile() method in FileUtilities
414 copyFile(class1, sourceFile, targetDirectory, sourceFile, null); in copyFile()
417 …public static void copyFile(Class<?> class1, String sourceFile, String targetDirectory, String new… in copyFile() method in FileUtilities
418 copyFile(class1, sourceFile, targetDirectory, newName, null); in copyFile()
421 …public static void copyFile(Class<?> class1, String sourceFile, String targetDirectory, String new… in copyFile() method in FileUtilities
/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/testng/src/main/java/org/testng/reporters/jq/
DMain.java83 Files.copyFile(is, new File(m_outputDirectory, fileName)); in generateReport()
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
DInstrumentMojo.java95 FileUtils.copyFile(source, backup); in executeMojo()
/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/wpa_supplicant_8/wpa_supplicant/hidl/1.4/
Dsupplicant.cpp41 int copyFile( in copyFile() function
77 ret = copyFile(src_file_path, dest_file_path); in copyFileIfItExists()
/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.java1108 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/guice/extensions/struts2/lib/
Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
Dcommons-io-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
Djetty-util-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/ ...
/external/guice/extensions/persist/lib/
Dcommons-io.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META ...
/external/testng/src/main/java/org/testng/internal/
DUtils.java750 public static void copyFile(File from, File to) { in copyFile() method in Utils
/external/error_prone/jimfs/
Djimfs-1.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/libphonenumber/demo/war/WEB-INF/lib/
Dcommons-io-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/jarjar/lib/
Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/cldr/tools/java/org/unicode/cldr/tool/
DChartDelta.java200 FileUtilities.copyFile(ChartDelta.class, "index.css", getDirectory()); in writeContents()

12