Searched refs:DumpConfigParser (Results 1 – 2 of 2) sorted by relevance
46 public class DumpConfigParser { class60 private DumpConfigParser(Errors errors, String filename, Reader reader) { in DumpConfigParser() method in DumpConfigParser71 DumpConfigParser parser = new DumpConfigParser(errors, filename, reader); in parse()
91 Map<String, MakeConfig> makeConfigs = DumpConfigParser.parse(mErrors, csvPath, reader); in loadProductConfig()