Searched refs:ParseSection (Results 1 - 10 of 10) sorted by relevance

/system/core/init/
H A Dimport_parser.h31 bool ParseSection(std::vector<std::string>&& args, const std::string& filename, int line,
H A Dimport_parser.cpp26 bool ImportParser::ParseSection(std::vector<std::string>&& args, const std::string& filename, function in class:android::init::ImportParser
H A Dinit_parser.h27 // You can implement up to 4 functions below, with ParseSection() being mandatory.
32 // 1) bool ParseSection(std::vector<std::string>&& args, const std::string& filename,
54 virtual bool ParseSection(std::vector<std::string>&& args, const std::string& filename,
67 // Similar to ParseSection() and ParseLineSection(), this function returns bool with false
H A Dueventd_parser.h32 bool ParseSection(std::vector<std::string>&& args, const std::string& filename, int line,
H A Daction.h123 bool ParseSection(std::vector<std::string>&& args, const std::string& filename, int line,
H A Dinit_parser.cpp94 if (!section_parser->ParseSection(std::move(args), filename, state.line, &ret_err)) {
H A Dueventd_parser.cpp80 bool SubsystemParser::ParseSection(std::vector<std::string>&& args, const std::string& filename, function in class:android::init::SubsystemParser
H A Daction.cpp336 bool ActionParser::ParseSection(std::vector<std::string>&& args, const std::string& filename, function in class:android::init::ActionParser
H A Dservice.h236 bool ParseSection(std::vector<std::string>&& args, const std::string& filename, int line,
H A Dservice.cpp1230 bool ServiceParser::ParseSection(std::vector<std::string>&& args, const std::string& filename, function in class:android::init::ServiceParser

Completed in 81 milliseconds