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

/system/core/init/
H A Dinit_parser.cpp42 section_parsers_[name] = std::move(parser);
88 if (section_parsers_.count(args[0])) {
92 section_parser = section_parsers_[args[0]].get();
125 for (const auto& [section_name, section_parser] : section_parsers_) {
H A Dinit_parser.h92 std::map<std::string, std::unique_ptr<SectionParser>> section_parsers_; member in class:android::init::Parser

Completed in 1980 milliseconds