Searched refs:SectionParser (Results 1 - 6 of 6) sorted by relevance

/system/core/init/
H A Dinit_parser.h25 // SectionParser is an interface that can parse a given 'section' in init.
51 class SectionParser { class in namespace:android::init
53 virtual ~SectionParser() {}
78 void AddSectionParser(const std::string& name, std::unique_ptr<SectionParser> parser);
92 std::map<std::string, std::unique_ptr<SectionParser>> section_parsers_;
H A Dimport_parser.h28 class ImportParser : public SectionParser {
H A Dueventd_parser.h29 class SubsystemParser : public SectionParser {
H A Dinit_parser.cpp41 std::unique_ptr<SectionParser> parser) {
59 SectionParser* section_parser = nullptr;
H A Daction.h119 class ActionParser : public SectionParser {
H A Dservice.h232 class ServiceParser : public SectionParser {

Completed in 2311 milliseconds