Home
last modified time | relevance | path

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

/system/core/init/
Dservice_parser.cpp635 Subcontext* restart_action_subcontext = nullptr; in ParseSection() local
637 restart_action_subcontext = subcontext_; in ParseSection()
653 service_ = std::make_unique<Service>(name, restart_action_subcontext, str_args, from_apex_); in ParseSection()