Searched defs:ParseLineSection (Results 1 – 6 of 6) sorted by relevance
35 Result<Success> HostImportParser::ParseLineSection(std::vector<std::string>&&, int) { in ParseLineSection() function in android::init::HostImportParser
56 virtual Result<Success> ParseLineSection(std::vector<std::string>&&, int) { return Success(); }; in ParseLineSection() function
44 Result<Success> ImportParser::ParseLineSection(std::vector<std::string>&&, int) { in ParseLineSection() function in android::init::ImportParser
148 Result<Success> ActionParser::ParseLineSection(std::vector<std::string>&& args, int line) { in ParseLineSection() function in android::init::ActionParser
177 Result<Success> SubsystemParser::ParseLineSection(std::vector<std::string>&& args, int line) { in ParseLineSection() function in android::init::SubsystemParser
1436 Result<Success> ServiceParser::ParseLineSection(std::vector<std::string>&& args, int line) { in ParseLineSection() function in android::init::ServiceParser