Home
last modified time | relevance | path

Searched refs:ActionParser (Results 1 – 4 of 4) sorted by relevance

/system/core/init/
Daction.h119 class ActionParser : public SectionParser {
121 ActionParser(ActionManager* action_manager) in ActionParser() function
Daction.cpp336 bool ActionParser::ParseSection(std::vector<std::string>&& args, const std::string& filename, in ParseSection()
353 bool ActionParser::ParseLineSection(std::vector<std::string>&& args, int line, std::string* err) { in ParseLineSection()
357 void ActionParser::EndSection() { in EndSection()
Dinit_test.cpp64 parser.AddSectionParser("on", std::make_unique<ActionParser>(&am)); in TestInit()
Dinit.cpp1133 parser.AddSectionParser("on", std::make_unique<ActionParser>(&am)); in main()