Searched refs:EndSection (Results 1 – 7 of 7) sorted by relevance
/aosp14/system/core/init/ | ||
H A D | action_parser.h | 38 Result<void> EndSection() override; |
H A D | parser.h | 57 virtual Result<void> EndSection() { return {}; }; in EndSection() function |
H A D | ueventd_parser.cpp | 187 Result<void> EndSection() override; |
H A D | action_parser.cpp | 173 Result<void> ActionParser::EndSection() { in EndSection() function in android::init::ActionParser |
H A D | parser.cpp | 66 if (auto result = section_parser->EndSection(); !result.ok()) { in ParseData() |
H A D | service_parser.h | 42 Result<void> EndSection() override; |
H A D | service_parser.cpp | 675 Result<void> ServiceParser::EndSection() { in EndSection() function in android::init::ServiceParser |