Searched refs:ParseLineSection (Results 1 - 8 of 8) sorted by relevance

/system/core/init/
H A Daction_parser.h37 Result<Success> ParseLineSection(std::vector<std::string>&& args, int line) override;
H A Dparser.h36 // 2) ParseLineSection
56 virtual Result<Success> ParseLineSection(std::vector<std::string>&&, int) { return Success(); }; function in class:android::init::SectionParser
67 // Similar to ParseSection() and ParseLineSection(), this function returns bool with false
H A Dueventd_parser.h34 Result<Success> ParseLineSection(std::vector<std::string>&& args, int line) override;
H A Daction_parser.cpp145 Result<Success> ActionParser::ParseLineSection(std::vector<std::string>&& args, int line) { function in class:android::init::ActionParser
H A Dparser.cpp102 if (auto result = section_parser->ParseLineSection(std::move(args), state.line);
H A Dueventd_parser.cpp112 Result<Success> SubsystemParser::ParseLineSection(std::vector<std::string>&& args, int line) { function in class:android::init::SubsystemParser
H A Dservice.h266 Result<Success> ParseLineSection(std::vector<std::string>&& args, int line) override;
H A Dservice.cpp1206 Result<Success> ServiceParser::ParseLineSection(std::vector<std::string>&& args, int line) { function in class:android::init::ServiceParser

Completed in 704 milliseconds