Home
last modified time | relevance | path

Searched defs:stringToFile (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/os/
H A DFileUtils.java692 public static void stringToFile(File file, String string) throws IOException { in stringToFile() method in FileUtils
726 public static void stringToFile(String filename, String string) throws IOException { in stringToFile() method in FileUtils