Home
last modified time | relevance | path

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

/system/core/init/
Dhost_import_parser.cpp35 Result<Success> HostImportParser::ParseLineSection(std::vector<std::string>&&, int) { in ParseLineSection() function in android::init::HostImportParser
Dhost_import_parser.h31 Result<Success> ParseLineSection(std::vector<std::string>&&, int) override;
Dimport_parser.h33 Result<Success> ParseLineSection(std::vector<std::string>&&, int) override;
Daction_parser.h37 Result<Success> ParseLineSection(std::vector<std::string>&& args, int line) override;
Dimport_parser.cpp44 Result<Success> ImportParser::ParseLineSection(std::vector<std::string>&&, int) { in ParseLineSection() function in android::init::ImportParser
Dparser.h56 virtual Result<Success> ParseLineSection(std::vector<std::string>&&, int) { return Success(); }; in ParseLineSection() function
Dueventd_parser.cpp129 Result<Success> ParseLineSection(std::vector<std::string>&& args, int line) override;
177 Result<Success> SubsystemParser::ParseLineSection(std::vector<std::string>&& args, int line) { in ParseLineSection() function in android::init::SubsystemParser
Daction_parser.cpp148 Result<Success> ActionParser::ParseLineSection(std::vector<std::string>&& args, int line) { in ParseLineSection() function in android::init::ActionParser
Dparser.cpp112 if (auto result = section_parser->ParseLineSection(std::move(args), state.line); in ParseData()
Dservice.h315 Result<Success> ParseLineSection(std::vector<std::string>&& args, int line) override;
Dservice.cpp1436 Result<Success> ServiceParser::ParseLineSection(std::vector<std::string>&& args, int line) { in ParseLineSection() function in android::init::ServiceParser