Home
last modified time | relevance | path

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

/system/core/init/
Dhost_import_parser.cpp26 Result<void> HostImportParser::ParseSection(std::vector<std::string>&& args, const std::string&, in ParseSection() function in android::init::HostImportParser
Dhost_import_parser.h30 Result<void> ParseSection(std::vector<std::string>&& args, const std::string&, int) override;
Dimport_parser.h31 Result<void> ParseSection(std::vector<std::string>&& args, const std::string& filename,
Daction_parser.h35 Result<void> ParseSection(std::vector<std::string>&& args, const std::string& filename,
Dimport_parser.cpp26 Result<void> ImportParser::ParseSection(std::vector<std::string>&& args, in ParseSection() function in android::init::ImportParser
Dparser.h54 virtual Result<void> ParseSection(std::vector<std::string>&& args, const std::string& filename,
Dueventd_parser.cpp151 Result<void> ParseSection(std::vector<std::string>&& args, const std::string& filename,
164 Result<void> SubsystemParser::ParseSection(std::vector<std::string>&& args, in ParseSection() function in android::init::SubsystemParser
Daction_parser.cpp133 Result<void> ActionParser::ParseSection(std::vector<std::string>&& args, in ParseSection() function in android::init::ActionParser
Dparser.cpp104 section_parser->ParseSection(std::move(args), filename, state.line); in ParseData()
Dservice_parser.h41 Result<void> ParseSection(std::vector<std::string>&& args, const std::string& filename,
Dservice_parser.cpp548 Result<void> ServiceParser::ParseSection(std::vector<std::string>&& args, in ParseSection() function in android::init::ServiceParser