Searched refs:copyToFile (Results 1 – 6 of 6) sorted by relevance
119 assertTrue(FileUtils.copyToFile(is, outFile)); in copyRawToFile()
166 FileUtils.copyToFile(new ByteArrayInputStream(oldFile.getBytes()), file); in testMigration()
309 assertTrue(FileUtils.copyToFile(is, outFile)); in getInstallablePackage()
80 FileUtils.copyToFile(new ByteArrayInputStream(s.getBytes()), mCopyFile); in testCopyToFile()
239 assertTrue(FileUtils.copyToFile(is, outFile)); in copyRawToFile()
208 public static boolean copyToFile(InputStream inputStream, File destFile) { in copyToFile() method in FileUtils