Home
last modified time | relevance | path

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

/system/core/init/
Dimport_parser.h25 class ImportParser : public SectionParser {
27 ImportParser() { in ImportParser() function
Dimport_parser.cpp27 bool ImportParser::ParseSection(const std::vector<std::string>& args, in ParseSection()
46 void ImportParser::EndFile(const std::string& filename) { in EndFile()
Dinit.cpp1088 parser.AddSectionParser("import", std::make_unique<ImportParser>()); in main()