Home
last modified time | relevance | path

Searched refs:section_parsers_ (Results 1 – 2 of 2) sorted by relevance

/system/core/init/
Dinit_parser.cpp40 section_parsers_[name] = std::move(parser); in AddSectionParser()
69 if (section_parsers_.count(args[0])) { in ParseData()
73 section_parser = section_parsers_[args[0]].get(); in ParseData()
105 for (const auto& sp : section_parsers_) { in ParseConfigFile()
Dinit_parser.h64 std::map<std::string, std::unique_ptr<SectionParser>> section_parsers_; variable