Home
last modified time | relevance | path

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

/cts/tests/tests/util/src/android/util/cts/
DStrictJarFileTest.java86 copyFile(JAR_1); in testConstructor()
94 copyFile(JAR_1); in testConstructor_FD()
103 copyFile(JAR_1); in testIteration()
111 copyFile(JAR_1); in testIteration_FD()
153 copyFile(JAR_1); in testFindEntry()
161 copyFile(JAR_1); in testFindEntry_FD()
181 copyFile(JAR_1); in testGetManifest()
189 copyFile(JAR_1); in testGetManifest_FD()
204 copyFile("Integrate.jar"); in testJarSigning_wellFormed()
212 copyFile("Integrate.jar"); in testJarSigning_wellFormed_FD()
[all …]
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DFileCopyHelper.java65 copyFile(source, target); in copy()
73 copyFile(source, target); in copyToExternalStorage()
76 private void copyFile(InputStream source, OutputStream target) throws IOException { in copyFile() method in FileCopyHelper
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DFileCopyHelper.java65 copyFile(source, target); in copy()
73 copyFile(source, target); in copyToExternalStorage()
76 private void copyFile(InputStream source, OutputStream target) throws IOException { in copyFile() method in FileCopyHelper
/cts/tests/tests/database/src/android/database/sqlite/cts/
DSQLiteWalTest.java66 private void copyFile(String from, String to) throws Exception { in copyFile() method in SQLiteWalTest
81 copyFile(from, from + BACKUP_SUFFIX); in backupFile()
85 copyFile(from + BACKUP_SUFFIX, from); in restoreFile()
/cts/tools/vm-tests-tf/build/src/util/build/
DBuildStep.java111 public static void copyFile(File in, File out) throws IOException { in copyFile() method in BuildStep
DJarBuildStep.java51 copyFile(inputFile.fileName, tempFile); in build()
/cts/hostsidetests/dexmetadata/host/src/com/android/cts/dexmetadata/
DInstallDexMetadataHostTest.java196 FileUtil.copyFile(mDmFeatureAFile, nonMatchingDm); in testInstallDmForBaseButNoSplitWithNoMatchingDm()
/cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/
DMediaBitstreamsTest.java373 FileUtil.copyFile(new File(mHostBitstreamsPath, f), tmpf); in pushBitstreams()