HomeSort by relevance Sort by last modified time
    Searched refs:ParseLineSection (Results 1 - 8 of 8) sorted by null

  /system/core/init/
action_parser.h 37 Result<Success> ParseLineSection(std::vector<std::string>&& args, int line) override;
ueventd_parser.h 34 Result<Success> ParseLineSection(std::vector<std::string>&& args, int line) override;
parser.h 36 // 2) ParseLineSection
56 virtual Result<Success> ParseLineSection(std::vector<std::string>&&, int) { return Success(); };
67 // Similar to ParseSection() and ParseLineSection(), this function returns bool with false
action_parser.cpp 145 Result<Success> ActionParser::ParseLineSection(std::vector<std::string>&& args, int line) {
parser.cpp 102 if (auto result = section_parser->ParseLineSection(std::move(args), state.line);
ueventd_parser.cpp 112 Result<Success> SubsystemParser::ParseLineSection(std::vector<std::string>&& args, int line) {
service.h 266 Result<Success> ParseLineSection(std::vector<std::string>&& args, int line) override;
service.cpp     [all...]

Completed in 115 milliseconds