Searched refs:bytesToFile (Results 1 – 3 of 3) sorted by relevance
154 FileUtils.bytesToFile(fileDir + "/" + APK_A, APK_A_CONTENT.getBytes()); in setUp()155 FileUtils.bytesToFile(fileDir + "/" + APK_B, APK_B_CONTENT.getBytes()); in setUp()
678 public static void bytesToFile(String filename, byte[] content) throws IOException { in bytesToFile() method in FileUtils703 bytesToFile(filename, string.getBytes(StandardCharsets.UTF_8)); in stringToFile()
2621 FileUtils.bytesToFile(file.getAbsolutePath(), in writeIntToFile()