Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/
H A DFileUtils.java69 public static void stringToFile(String filename, String string) throws IOException { in stringToFile() method in FileUtils
/aosp12/frameworks/base/core/java/android/os/
H A DFileUtils.java691 public static void stringToFile(File file, String string) throws IOException { in stringToFile() method in FileUtils
725 public static void stringToFile(String filename, String string) throws IOException { in stringToFile() method in FileUtils