Searched refs:copyFile (Results 1 – 8 of 8) sorted by relevance
/cts/tests/tests/util/src/android/util/cts/ |
D | StrictJarFileTest.java | 86 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/ |
D | FileCopyHelper.java | 65 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/ |
D | FileCopyHelper.java | 65 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/ |
D | SQLiteWalTest.java | 66 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/ |
D | BuildStep.java | 111 public static void copyFile(File in, File out) throws IOException { in copyFile() method in BuildStep
|
D | JarBuildStep.java | 51 copyFile(inputFile.fileName, tempFile); in build()
|
/cts/hostsidetests/dexmetadata/host/src/com/android/cts/dexmetadata/ |
D | InstallDexMetadataHostTest.java | 196 FileUtil.copyFile(mDmFeatureAFile, nonMatchingDm); in testInstallDmForBaseButNoSplitWithNoMatchingDm()
|
/cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/ |
D | MediaBitstreamsTest.java | 373 FileUtil.copyFile(new File(mHostBitstreamsPath, f), tmpf); in pushBitstreams()
|