Home
last modified time | relevance | path

Searched refs:exportMap (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/prefs/
DXmlSupport.java390 static void exportMap(OutputStream os, Map<String, String> map) throws IOException { in exportMap() method in XmlSupport
DFileSystemPreferences.java621 XmlSupport.exportMap(fos, prefsCache); in writeBackCache()