Home
last modified time | relevance | path

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

/system/core/init/
Daction.h117 class ActionParser : public SectionParser {
119 ActionParser() : action_(nullptr) { in ActionParser() function
Daction.cpp401 bool ActionParser::ParseSection(const std::vector<std::string>& args, in ParseSection()
418 bool ActionParser::ParseLineSection(const std::vector<std::string>& args, in ParseLineSection()
424 void ActionParser::EndSection() { in EndSection()
Dinit.cpp692 parser.AddSectionParser("on", std::make_unique<ActionParser>()); in main()