Searched refs:onrestart (Results 1 - 4 of 4) sorted by path

/system/core/init/
H A Dinit.h105 struct action onrestart; /* Actions to execute on restart. */ member in struct:service
H A Dinit_parser.c635 svc->onrestart.name = "onrestart";
636 list_init(&svc->onrestart.commands);
745 list_add_tail(&svc->onrestart.commands, &cmd->clist);
H A Dkeywords.h68 KEYWORD(onrestart, OPTION, 0, 0)
H A Dsignal_handler.c110 /* Execute all onrestart commands for this service. */
111 list_for_each(node, &svc->onrestart.commands) {

Completed in 114 milliseconds