Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Daction_parser.cpp140 Subcontext* action_subcontext = nullptr; in ParseSection() local
142 action_subcontext = subcontext_; in ParseSection()
149 if (StartsWith(filename, "/apex/") && !action_subcontext) { in ParseSection()
157 ParseTriggers(triggers, action_subcontext, &event_trigger, &property_triggers); in ParseSection()
162 auto action = std::make_unique<Action>(false, action_subcontext, filename, line, event_trigger, in ParseSection()