Searched refs:bytesToFile (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
H A DFileUtils.java322 public static void bytesToFile(String filename, byte[] content) throws IOException { method in class:FileUtils
336 bytesToFile(filename, string.getBytes(StandardCharsets.UTF_8));
/frameworks/base/services/core/java/com/android/server/pm/
H A DSettings.java2702 FileUtils.bytesToFile(file.getAbsolutePath(),

Completed in 105 milliseconds