Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dservice_parser.cpp641 Subcontext* restart_action_subcontext = nullptr; in ParseSection() local
643 restart_action_subcontext = subcontext_; in ParseSection()
659 service_ = std::make_unique<Service>(name, restart_action_subcontext, filename, str_args); in ParseSection()