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

/system/core/init/
H A Dimport_parser.h31 Result<Success> ParseSection(std::vector<std::string>&& args, const std::string& filename,
H A Daction_parser.h35 Result<Success> ParseSection(std::vector<std::string>&& args, const std::string& filename,
H A Dimport_parser.cpp26 Result<Success> ImportParser::ParseSection(std::vector<std::string>&& args, function in class:android::init::ImportParser
H A Dparser.h29 // You can implement up to 4 functions below, with ParseSection being mandatory. The first two
33 // 1) ParseSection
54 virtual Result<Success> ParseSection(std::vector<std::string>&& args,
67 // Similar to ParseSection() and ParseLineSection(), this function returns bool with false
H A Dueventd_parser.h32 Result<Success> ParseSection(std::vector<std::string>&& args, const std::string& filename,
H A Daction_parser.cpp113 Result<Success> ActionParser::ParseSection(std::vector<std::string>&& args, function in class:android::init::ActionParser
H A Dparser.cpp95 section_parser->ParseSection(std::move(args), filename, state.line);
H A Dueventd_parser.cpp75 Result<Success> SubsystemParser::ParseSection(std::vector<std::string>&& args, function in class:android::init::SubsystemParser
H A Dservice.h264 Result<Success> ParseSection(std::vector<std::string>&& args, const std::string& filename,
H A Dservice.cpp1180 Result<Success> ServiceParser::ParseSection(std::vector<std::string>&& args, function in class:android::init::ServiceParser

Completed in 688 milliseconds