Searched refs:writeBytesToFile (Results 1 – 3 of 3) sorted by relevance
198 writeBytesToFile(subFile, bytes); in extractZicFiles()203 writeBytesToFile(file, string.getBytes(StandardCharsets.UTF_8)); in writeStringUtf8ToFile()206 private static void writeBytesToFile(File file, byte[] bytes) throws IOException { in writeBytesToFile() method in ZoneSplitter
127 private void writeBytesToFile(int size) { in writeBytesToFile() method in StorageLifetimeFragment172 v -> writeBytesToFile(KILOBYTE)); in onCreateView()175 v -> writeBytesToFile(MEGABYTE)); in onCreateView()
187 writeBytesToFile(persistentData.mAdbKeys, adbManager.getAdbKeysFile().toPath()); in setUpAdbFiles()190 writeBytesToFile(persistentData.mAdbTempKeys, adbManager.getAdbTempKeysFile().toPath()); in setUpAdbFiles()208 private void writeBytesToFile(byte[] keys, Path adbKeys) { in writeBytesToFile() method in TestHarnessModeService