Searched refs:copyToFileOrThrow (Results 1 – 4 of 4) sorted by relevance
38 FileUtils.copyToFileOrThrow(is, path); in extractApkAndGetPath()
224 copyToFileOrThrow(in, destFile); in copyFileOrThrow()234 copyToFileOrThrow(inputStream, destFile); in copyToFile()245 public static void copyToFileOrThrow(InputStream in, File destFile) throws IOException { in copyToFileOrThrow() method in FileUtils
256 FileUtils.copyToFileOrThrow(testConfigInputStream, in setTestMode()
95 FileUtils.copyToFileOrThrow(is, outFile); in copyApkToToTmpDir()