Home
last modified time | relevance | path

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

/aosp12/build/make/tools/product_config/src/com/android/build/config/
H A DDumpConfigParser.java46 public class DumpConfigParser { class
60 private DumpConfigParser(Errors errors, String filename, Reader reader) { in DumpConfigParser() method in DumpConfigParser
71 DumpConfigParser parser = new DumpConfigParser(errors, filename, reader); in parse()
H A DKatiImpl.java91 Map<String, MakeConfig> makeConfigs = DumpConfigParser.parse(mErrors, csvPath, reader); in loadProductConfig()