Home
last modified time | relevance | path

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

/system/core/init/
Dimport_parser.cpp26 Result<void> ImportParser::ParseSection(std::vector<std::string>&& args, in ParseSection()
43 Result<void> ImportParser::ParseLineSection(std::vector<std::string>&&, int) { in ParseLineSection()
47 void ImportParser::EndFile() { in EndFile()
Dimport_parser.h28 class ImportParser : public SectionParser {
30 ImportParser(Parser* parser) : parser_(parser) {} in ImportParser() function
Dinit_test.cpp54 parser.AddSectionParser("import", std::make_unique<ImportParser>(&parser)); in TestInit()
Dueventd_parser.cpp237 parser.AddSectionParser("import", std::make_unique<ImportParser>(&parser)); in ParseConfig()
Dinit.cpp289 parser.AddSectionParser("import", std::make_unique<ImportParser>(&parser)); in CreateParser()