Home
last modified time | relevance | path

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

/system/tools/xsdc/src/com/android/xsdc/
DFileSystem.java27 private Map<String, StringBuffer> fileOutputMap; field in FileSystem
33 public FileSystem(Map<String, StringBuffer> fileOutputMap) { in FileSystem() argument
34 this.fileOutputMap = fileOutputMap; in FileSystem()
42 fileOutputMap.put(fileName, sw.getBuffer()); in getPrintWriter()
/system/tools/xsdc/tests/src/com/android/xsdc/tests/
DTestHelper.java108 Map<String, StringBuffer> fileOutputMap = new HashMap<>(); in parseXsdAndCompile() local
109 FileSystem fs = new FileSystem(fileOutputMap); in parseXsdAndCompile()
113 for (Map.Entry<String, StringBuffer> entry : fileOutputMap.entrySet()) { in parseXsdAndCompile()