Searched refs:ParseSection (Results 1 – 11 of 11) sorted by relevance
/system/core/init/ |
D | host_import_parser.cpp | 26 Result<void> HostImportParser::ParseSection(std::vector<std::string>&& args, const std::string&, in ParseSection() function in android::init::HostImportParser
|
D | host_import_parser.h | 30 Result<void> ParseSection(std::vector<std::string>&& args, const std::string&, int) override;
|
D | import_parser.h | 31 Result<void> ParseSection(std::vector<std::string>&& args, const std::string& filename,
|
D | action_parser.h | 35 Result<void> ParseSection(std::vector<std::string>&& args, const std::string& filename,
|
D | import_parser.cpp | 26 Result<void> ImportParser::ParseSection(std::vector<std::string>&& args, in ParseSection() function in android::init::ImportParser
|
D | parser.h | 54 virtual Result<void> ParseSection(std::vector<std::string>&& args, const std::string& filename,
|
D | ueventd_parser.cpp | 151 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
|
D | action_parser.cpp | 133 Result<void> ActionParser::ParseSection(std::vector<std::string>&& args, in ParseSection() function in android::init::ActionParser
|
D | parser.cpp | 104 section_parser->ParseSection(std::move(args), filename, state.line); in ParseData()
|
D | service_parser.h | 41 Result<void> ParseSection(std::vector<std::string>&& args, const std::string& filename,
|
D | service_parser.cpp | 548 Result<void> ServiceParser::ParseSection(std::vector<std::string>&& args, in ParseSection() function in android::init::ServiceParser
|