Home
last modified time | relevance | path

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

/system/core/init/
Dinit_parser.cpp54 SectionParser* section_parser = nullptr; in ParseData() local
60 if (section_parser) { in ParseData()
61 section_parser->EndSection(); in ParseData()
70 if (section_parser) { in ParseData()
71 section_parser->EndSection(); in ParseData()
73 section_parser = section_parsers_[args[0]].get(); in ParseData()
75 if (!section_parser->ParseSection(args, &ret_err)) { in ParseData()
77 section_parser = nullptr; in ParseData()
79 } else if (section_parser) { in ParseData()
81 if (!section_parser->ParseLineSection(args, state.filename, in ParseData()